summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtllib_rx.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19staging: rtl8192e: Rename variable LeisurePSLeaveYogesh Hegde1-1/+1
2023-06-19staging: rtl8192e: Rename RTLLIB_LINKED to MAC80211_LINKEDPhilipp Hortmann1-6/+6
2023-06-19staging: rtl8192e: Rename RTLLIB_NOLINK to MAC80211_NOLINKPhilipp Hortmann1-1/+1
2023-06-19staging: rtl8192e: Rename state to link_statePhilipp Hortmann1-7/+7
2023-06-19staging: rtl8192e: Rename constant IEEE_x to WIRELESS_MODE_xPhilipp Hortmann1-6/+6
2023-06-19staging: rtl8192e: Remove unsupported modes IEEE_N_5G and IEEE_APhilipp Hortmann1-3/+1
2023-06-19staging: rtl8192e: Remove variable stats->freq as it is constantPhilipp Hortmann1-14/+5
2023-06-15staging: rtl8192e: Add cfg80211.h and remove defined variablesPhilipp Hortmann1-12/+0
2023-05-08staging: rtl8192e: add missing braces {}Stephan Snyman1-5/+9
2023-03-25staging: rtl8192e: remove blank lines after '{'Khadija Kamran1-4/+0
2023-03-25staging: rtl8192e: add spaces around binary operatorsKhadija Kamran1-27/+27
2023-03-25staging: rtl8192e: add blank lines after declarationsKhadija Kamran1-0/+2
2023-03-25staging: rtl8192e: remove extra blank linesKhadija Kamran1-13/+0
2023-03-08staging: rtl8192e: Remove checks of pointer to LeisureP.. and start_se..Philipp Hortmann1-2/+1
2023-03-08staging: rtl8192e: Remove checks of pointer to handle_a.. and handle_b..Philipp Hortmann1-3/+1
2022-12-08staging: rtl8192e: Fix spelling mistake "ContryIE" -> "CountryIE"Colin Ian King1-1/+1
2022-12-05staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor()YueHaibing1-1/+1
2022-11-17staging: rtl8192e: Rename pHTInfoPhilipp Hortmann1-6/+6
2022-11-17staging: rtl8192e: Rename bFilterSour.., CCKPresentAt.. and ResetProg..Philipp Hortmann1-1/+1
2022-11-17staging: rtl8192e: Rename bNetPromisc.., IntelPromiscu.. and bPromiscu..Philipp Hortmann1-4/+4
2022-11-17staging: rtl8192e: Rename LinkDetectInfoPhilipp Hortmann1-7/+7
2022-09-26staging: rtl8192e: Rename RxRe...WinSize, RxReorder... and RxReorderDr...Philipp Hortmann1-3/+3
2022-09-26staging: rtl8192e: Rename szRT2RTAggBuffer, bRegRxRe... and bCurRxReo...Philipp Hortmann1-2/+2
2022-04-20staging: rtl8192e: Remove space after castSolomon Tan1-10/+10
2022-04-12staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso1-1/+1
2022-03-16staging: rtl8192e: Fix spelling mistake "RESQUEST" -> "REQUEST"Colin Ian King1-1/+1
2021-08-10staging: rtl8192e: Avoid field-overflowing memcpy()Kees Cook1-40/+17
2021-05-10staging: rtl8192e: Avoid multiple line dereferenceOjaswin Mujoo1-2/+1
2021-04-05Merge 5.12-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2021-03-23staging: rtl8192e: Fix incorrect source in memcpy()Atul Gopinathan1-1/+1
2021-03-10staging: rtl8192e: rename RxLastFragNum to rx_last_frag_num in rx_ts_record s...William Durand1-2/+2
2021-03-10staging: rtl8192e: rename RxLastSeqNum to rx_last_seq_num in rx_ts_record structWilliam Durand1-2/+2
2021-03-10staging: rtl8192e: rename RxPktPendingTimer to rx_pkt_pending_timer in rx_ts_...William Durand1-4/+4
2021-03-10staging: rtl8192e: rename RxPendingPktList to rx_pending_pkt_list in rx_ts_re...William Durand1-6/+6
2021-03-10staging: rtl8192e: rename RxTimeoutIndicateSeq to rx_timeout_indicate_seq in ...William Durand1-3/+3
2021-03-10staging: rtl8192e: rename RxIndicateSeq to rx_indicate_seq in rx_ts_record st...William Durand1-21/+21
2021-03-10staging: rtl8192e: rename bdHT1R to bd_ht_1r in bss_ht structWilliam Durand1-4/+4
2021-03-10staging: rtl8192e: rename RT2RT_HT_Mode to rt2rt_ht_mode in bss_ht structWilliam Durand1-2/+2
2021-03-10staging: rtl8192e: rename bdRT2RTLongSlotTime to bd_rt2rt_long_slot_time in b...William Durand1-2/+2
2021-03-10staging: rtl8192e: rename bdRT2RTAggregation to bd_rt2rt_aggregation in bss_h...William Durand1-3/+3
2021-03-10staging: rtl8192e: rename bdBandWidth to bd_bandwidth in bss_ht structWilliam Durand1-2/+2
2021-03-10staging: rtl8192e: rename bdHTSpecVer to bd_ht_spec_ver in bss_ht structWilliam Durand1-5/+5
2021-03-10staging: rtl8192e: rename bdHTInfoLen to bd_ht_info_len in bss_ht structWilliam Durand1-7/+7
2021-03-10staging: rtl8192e: rename bdHTInfoBuf to bd_ht_info_buf in bss_ht structWilliam Durand1-6/+7
2021-03-10staging: rtl8192e: rename bdHTCapLen to bd_ht_cap_len in bss_ht structWilliam Durand1-6/+6
2021-03-10staging: rtl8192e: rename bdHTCapBuf to bd_ht_cap_buf in bss_ht structWilliam Durand1-8/+9
2021-03-10staging: rtl8192e: rename bdSupportHT to bd_support_ht in bss_ht structWilliam Durand1-7/+7
2020-12-28staging: rtl8192e: fix bool comparison in expressionsAditya Srivastava1-3/+2
2020-03-12staging: rtl8192e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2
2019-07-25staging: rtl8192e: remove set but not used variable 'payload 'YueHaibing1-2/+0