summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: Remove broken driverPhilipp Hortmann2023-10-151-2430/+0
* staging: rtl8192u: Fix keyidx assignment within if conditionWang Jinchao2023-07-271-4/+6
* staging: rtl8192u: remove unused ieee80211_SignalStrengthTranslate functionTom Rix2023-03-251-38/+0
* staging: rtl8192u: Fix use after free in ieee80211_rx()Dan Carpenter2022-12-051-1/+3
* staging: rtl8192u: Fix spelling mistake athros -> Atheros and fix grammerColin Ian King2022-10-201-1/+1
* staging: rtl8192u: Avoid field-overflowing memcpy()Kees Cook2021-08-101-35/+14
* staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan2021-03-121-24/+18
* staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2020-08-181-1/+1
* staging: rtl8192u: Merge almost duplicate codePascal Terjan2020-05-191-77/+49
* staging: rtl8192u: replace printk with natdev_<LEVEL> statements in ieee80211Paulo Miguel Almeida2020-01-151-32/+30
* staging: rtl8192u: ieee80211: Replace snprintf with scnprintfRohit Sarkar2019-09-301-2/+2
* staging: rtl8192u: Fix indentationStephen Brennan2019-08-281-56/+56
* staging: rtl8192u: fix spacing in ieee80211Stephen Brennan2019-08-211-1/+1
* staging: rtl8192u: fix OPEN_BRACE errors in ieee80211Stephen Brennan2019-08-211-76/+40
* staging: rtl8192u: fix spacing errorsStephen Brennan2019-08-121-255/+200
* Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan2019-05-201-7/+7
* Staging: rtl8192u: ieee80211: Add spaces around '&&' operatorPuranjay Mohan2019-05-201-7/+7
* Staging: rtl8192u: ieee80211: Fix spelling mistakePuranjay Mohan2019-05-201-2/+2
* Staging: rtl8192u: ieee80211: Fix coding style warningPuranjay Mohan2019-05-201-2/+1
* staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-031-5/+1
* staging: rtl8192u: ieee80211: ieee80211_rx.c: Replace bit shifting with BIT m...Payal Kshirsagar2019-04-021-16/+16
* staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonVatsala Narang2019-03-291-7/+6
* staging: rtl8192u: ieee80211: ieee80211_rx.c: Remove unnecessary braces.Sanjana Sanikommu2019-03-211-2/+1
* staging: rtl8192u: ieee80211: ieee80211_rx.c: Fix NULL comparisions.Sanjana Sanikommu2019-03-201-2/+2
* staging: rtl8192u: Adjust 'if' to follow Kernel coding StyleBhanusree Pola2019-03-181-8/+2
* staging: rtl8192u: Remove casts on the return values of list_entryBhanusree Pola2019-03-181-4/+4
* staging: rtl8192u: Remove typedef for struct _RX_REORDER_ENTRYBhanusree Pola2019-03-181-6/+6
* staging:rtl8192u: Rename sHTCLng - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename IsLegalChannel - StyleJohn Whitmore2018-08-271-3/+3
* staging:rtl8192u: Rename Dot11d_UpdateCountryIe - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Remove macro cpMacAddr - StyleJohn Whitmore2018-08-271-1/+1
* staging:rtl8192u: Rename RxLastFragNum - StyleJohn Whitmore2018-07-291-3/+3
* staging:rtl8192u: Rename RxLastSeqNum - StyleJohn Whitmore2018-07-291-3/+3
* staging:rtl8192u: Rename RxPktPendingTimer - StyleJohn Whitmore2018-07-291-5/+5
* staging:rtl8192u: Rename RxPendingPktList - StyleJohn Whitmore2018-07-291-4/+4
* staging:rtl8192u: Rename RxTimeoutIndicateSeq _StyleJohn Whitmore2018-07-291-3/+3
* staging:rtl8192u: Rename RxIndicateSeq - StyleJohn Whitmore2018-07-291-20/+20
* staging:rtl8192u: Remove typedef and rename RX_TS_RECORD - StyleJohn Whitmore2018-07-291-4/+4
* staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - StyleJohn Whitmore2018-07-211-2/+2
* staging: rtl8192u: remove redundant variablesKenneth Lu2018-06-171-2/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* staging: rtl8192u: ieee80211: ieee80211_rx.c fix checkpatch space prohibited ...Abdul Rauf2017-12-191-6/+6
* staging: rtl8192u: reduce stack frame size in ieee80211_rx_mgt_rslArnd Bergmann2017-07-161-36/+42
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-5/+4
* staging: rtl8192u: fix incorrect assignmentsJakub Jedelsky2017-04-281-4/+6
* staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu2017-03-091-1/+1
* staging: rtl8192u: Replace "the the " with "the"simran singhal2017-03-071-1/+1
* staging: rtl8192u: Fix endianness warnings in ieee80211_rx.cSebastian Haas2017-03-061-26/+26
* staging: rtl8192u: Fix warnings about endiannessmaomao xu2017-03-061-3/+1