summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_rx.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: Remove space after castSolomon Tan2022-04-201-10/+10
* staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso2022-04-121-1/+1
* staging: rtl8192e: Fix spelling mistake "RESQUEST" -> "REQUEST"Colin Ian King2022-03-161-1/+1
* staging: rtl8192e: Avoid field-overflowing memcpy()Kees Cook2021-08-101-40/+17
* staging: rtl8192e: Avoid multiple line dereferenceOjaswin Mujoo2021-05-101-2/+1
* Merge 5.12-rc6 into staging-nextGreg Kroah-Hartman2021-04-051-1/+1
|\
| * staging: rtl8192e: Fix incorrect source in memcpy()Atul Gopinathan2021-03-231-1/+1
* | staging: rtl8192e: rename RxLastFragNum to rx_last_frag_num in rx_ts_record s...William Durand2021-03-101-2/+2
* | staging: rtl8192e: rename RxLastSeqNum to rx_last_seq_num in rx_ts_record structWilliam Durand2021-03-101-2/+2
* | staging: rtl8192e: rename RxPktPendingTimer to rx_pkt_pending_timer in rx_ts_...William Durand2021-03-101-4/+4
* | staging: rtl8192e: rename RxPendingPktList to rx_pending_pkt_list in rx_ts_re...William Durand2021-03-101-6/+6
* | staging: rtl8192e: rename RxTimeoutIndicateSeq to rx_timeout_indicate_seq in ...William Durand2021-03-101-3/+3
* | staging: rtl8192e: rename RxIndicateSeq to rx_indicate_seq in rx_ts_record st...William Durand2021-03-101-21/+21
* | staging: rtl8192e: rename bdHT1R to bd_ht_1r in bss_ht structWilliam Durand2021-03-101-4/+4
* | staging: rtl8192e: rename RT2RT_HT_Mode to rt2rt_ht_mode in bss_ht structWilliam Durand2021-03-101-2/+2
* | staging: rtl8192e: rename bdRT2RTLongSlotTime to bd_rt2rt_long_slot_time in b...William Durand2021-03-101-2/+2
* | staging: rtl8192e: rename bdRT2RTAggregation to bd_rt2rt_aggregation in bss_h...William Durand2021-03-101-3/+3
* | staging: rtl8192e: rename bdBandWidth to bd_bandwidth in bss_ht structWilliam Durand2021-03-101-2/+2
* | staging: rtl8192e: rename bdHTSpecVer to bd_ht_spec_ver in bss_ht structWilliam Durand2021-03-101-5/+5
* | staging: rtl8192e: rename bdHTInfoLen to bd_ht_info_len in bss_ht structWilliam Durand2021-03-101-7/+7
* | staging: rtl8192e: rename bdHTInfoBuf to bd_ht_info_buf in bss_ht structWilliam Durand2021-03-101-6/+7
* | staging: rtl8192e: rename bdHTCapLen to bd_ht_cap_len in bss_ht structWilliam Durand2021-03-101-6/+6
* | staging: rtl8192e: rename bdHTCapBuf to bd_ht_cap_buf in bss_ht structWilliam Durand2021-03-101-8/+9
* | staging: rtl8192e: rename bdSupportHT to bd_support_ht in bss_ht structWilliam Durand2021-03-101-7/+7
|/
* staging: rtl8192e: fix bool comparison in expressionsAditya Srivastava2020-12-281-3/+2
* staging: rtl8192e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-2/+2
* staging: rtl8192e: remove set but not used variable 'payload 'YueHaibing2019-07-251-2/+0
* staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-031-14/+6
* staging: rtl8192e: rename function Dot11d_UpdateCountryIe to dot11d_update_co...Himadri Pandya2019-02-111-1/+1
* staging: rtl8192e: fix various indentation issuesColin Ian King2019-01-151-1/+1
* staging: rtl8192e: move logical continuation to previous lineSantha Meena Ramamoorthy2018-03-011-2/+2
* staging: rtl8192e: remove two redundant assignmentsColin Ian King2018-01-221-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-8/+4
|\
| * net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+2
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-7/+4
* | staging: rtl8192e: Remove RX: IEEE802.1X EAPOL frame! warning.Malcolm Priestley2017-05-151-3/+0
|/
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-1/+0
* staging: rtl8192e: Added new line after declarationYamanappagouda Patil2016-11-151-0/+1
* staging: rtl8192e: Standardize test for NULL.Elise Lennion2016-10-301-2/+2
* staging: rtl8192x: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-251-1/+1
* drivers: staging: rtl8192e: rtllib_rx.c: Fix blank lines before a close braceTapan Prakash T2016-03-111-2/+0
* drivers: staging: rtl8192e: rtllib_rx.c: Fix code indent for conditional stat...Tapan Prakash T2016-03-111-1/+1
* staging: rtl8192e: Drop useless initialisationBhaktipriya Shridhar2016-02-201-1/+1
* staging: rtl8192e: Fix CONSTANT_COMPARISON warningsMateusz Kulikowski2015-09-291-3/+3
* staging: rtl8192e: Fix SUSPECT_CODE_INDENT warningsMateusz Kulikowski2015-09-291-5/+3
* staging: rtl8192e: rtllib: fix macro style issueIoan-Adrian Ratiu2015-07-241-28/+52
* staging: rtl8192e: Make rtllib_rx_mgt() staticMateusz Kulikowski2015-07-141-3/+6
* staging: rtl8192e: Remove rtllib_stats structureMateusz Kulikowski2015-07-141-2/+0
* staging: rtl8192e: Remove rtllib_device::agregationMateusz Kulikowski2015-06-171-28/+24
* staging: rtl8192e: Remove rtllib_network::last_associateMateusz Kulikowski2015-06-171-2/+0