summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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/+1Star
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-5/+4Star
* 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/+1Star
* Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-221-2/+2
|\
| * staging: rtl8192u: Fixing no new typedef warningsimran singhal2017-02-121-2/+2
* | net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-4/+0Star
|/
* staging: rtl8192u: Standardize test for NULL.Elise Lennion2016-10-301-1/+1
* staging: rtl8192x: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-251-1/+1
* Staging: rtl8192u: Remove useless type conversionBhumika Goyal2016-09-201-1/+1
* staging: rtl8192u: fix typo in debug messageNik Nyby2016-03-281-1/+1
* staging: rtl8192u: ieee80211: Remove unused variablesBhaktipriya Shridhar2016-03-121-1/+0Star
* Staging: rtl8192u: Remove debug messagesBhumika Goyal2016-03-121-6/+1Star
* Staging: rtl8192u: Clean up tests if NULL returned on failureBhumika Goyal2016-03-121-1/+1
* staging: rtl8192u: ieee80211: ieee80211_rx: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla2016-02-151-1/+2
* staging: rtl8192u: fix large frame size compiler warningOkash Khawaja2016-02-081-1/+12
* Staging: rtl8192u: ieee80211_rx: Remove unnecessary codeShivani Bhardwaj2015-10-171-4/+0Star
* Staging: rtl8192u: ieee80211: ieee80211_rx: Remove commented printk messagesShraddha Barke2015-10-131-14/+1Star
* staging: rtl8192u: remove bool comparisonsLuis de Bethencourt2015-07-231-2/+2
* rtl8192u: align local ieee80211_wmm_ac_param struct fields with globalPaul Gortmaker2015-05-081-4/+4
* rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker2015-05-081-34/+34
* Staging: rtl8192u: use correct array for debug outputDan Carpenter2015-04-031-1/+1
* Staging: rtl8192u: Add space before open parenthesisHaneen Mohammed2015-03-261-34/+34
* Staging: rtl8192u: Fix do not use // c99 comments.Dilek Uzulmez2015-03-161-2/+2
* Staging: rtl8192u: Added #include <linux/uaccess.h> instead of <asm/uaccess.h>Dilek Uzulmez2015-03-161-1/+1
* Staging: rtl8192u: Convert use of __constant_<foo> to <foo>Vaishali Thakkar2015-03-161-1/+1
* Staging: drivers: Bool initializations should use true/falseCristina Opriceana2015-03-071-1/+1
* staging: rtl8192u: Remove commented header.Navya Sri Nizamkari2015-02-261-1/+0Star
* staging: rtl8192u: Fix "space prohibited after that open parenthesis '('" errorsGreg Donald2014-10-291-13/+9Star
* staging/rtl8192u - check for skb alloc failureValdis Kletnieks2014-09-091-0/+2
* drivers: staging: rtl8192u: Fix space required after that ',' errorsGreg Donald2014-08-301-10/+10
* staging: rtl8192u: remove checks for CONFIG_IEEE80211_CRYPT_TKIPPaul Bolle2014-06-201-2/+0Star
* Revert "staging: rtl8192u: rename CONFIG_IEEE80211_CRYPT_TKIP"Greg Kroah-Hartman2014-05-281-1/+1
* staging: rtl8192u: rename CONFIG_IEEE80211_CRYPT_TKIPPaul Bolle2014-05-271-1/+1
* drivers/staging: Remove useless return variablesPeter Senna Tschudin2014-05-261-2/+1Star