aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03staging: rtl8192e: Remove dead codeMateusz Kulikowski1-7/+0
2015-04-03staging: rtl8192e: Comment cleanup (style/format)Mateusz Kulikowski1-46/+55
2015-04-03staging: rtl8192e: Fix UNNECESSARY_PARENTHESES warningsMateusz Kulikowski1-1/+1
2015-04-03staging: rtl8192e: Fix RETURN_VOID warningsMateusz Kulikowski1-1/+0
2015-04-03staging: rtl8192e: Fix UNNECESSARY_ELSE warningMateusz Kulikowski1-59/+59
2015-03-20staging: rtl8192e: fix coding style warnings (printk -> netdev_*)Mateusz Kulikowski1-28/+44
2015-03-20staging: rtl8192e: fix coding style issues (spaces before semicolon)Mateusz Kulikowski1-1/+1
2015-03-16Staging: rtl8192e: Eliminate use of MSECS macroVaishali Thakkar1-1/+1
2015-03-09staging: rtl8192e: Replace min with min_tDarshana Padmadas1-5/+5
2015-03-06Staging: rtl8192e: remove assignment of function parameterMatteo Semenzato1-1/+0
2015-03-06staging: rtl8192e: Remove unnecessary OOM messageQuentin Lambert1-7/+4
2015-01-17staging: rtl8192e: rtllib_rx.c: Remove some unused functionsRickard Strandqvist1-35/+0
2015-01-17staging: rtl8192e: rejoin split quoted stringsJonathan Jin1-63/+29
2014-12-02Drivers:staging:rtl8192e: Fixed checkpatch warningAthira Lekshmi1-1/+1
2014-10-27staging: rtl8192e: Remove unnecessary codeTapasweni Pathak1-4/+0
2014-09-19Staging: rtl8192e: Fix __constant_htons to htons style warningMahati Chamarthy1-1/+1
2014-09-19Staging: rtl8192e: Fix else is not useful style warningMahati Chamarthy1-5/+3
2014-08-30staging: rtl8192e: fixed coding style issuesMatthew Casey1-0/+10
2014-07-09Staging: rtl8192e: Fix potential NULL pointer dereferenceEmil Goode1-1/+2
2014-05-26drivers/staging: Remove useless return variablesPeter Senna Tschudin1-2/+1
2014-04-25staging: rtl8192e: Fix typo in rtl8192eMasanari Iida1-1/+1
2014-01-09Staging rtl8192e: Fixing checkpatch errorsMatthias Schoepe1-1/+1
2013-11-10Staging: rtl8192e: Fix incorrect casting in rtllib_rx.cRashika Kheria1-3/+3
2013-11-10Staging: rtl8192e: Fix Sparse warning of restricted __le16 degrades to integer in rtllib_rx.cRashika Kheria1-26/+32
2013-11-10Staging: rtl8192e: Fix incorrect type in assignment in rtllib_rx.cRashika Kheria1-5/+5
2013-10-30staging: rtl8192e: use true and false for bool variablesValentina Manea1-2/+2
2013-10-28staging: rtl8192e: do not use comparisons on bool testsValentina Manea1-1/+1
2013-09-17Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-7/+6
2013-08-27staging: Update e-mail address for Andrea MerelloAndrea Merello1-1/+1
2013-08-12Staging: rtl8192e: rtllib_rx: checking NULL value after doing dev_alloc_skbIker Pedrosa1-0/+4
2013-05-30Staging: rtl8192e: printing the wrong arrayDan Carpenter1-1/+1
2012-05-09staging: Remove test of is_broadcast with is_multicastJoe Perches1-3/+3
2012-04-24staging: rtl8192e: Fix typos.Justin P. Mattock1-2/+2
2012-02-09drivers/staging: adjust double testJulia Lawall1-1/+1
2011-12-22staging/rtl8192e: Convert to lib80211_crypt_infoSean MacLennan1-1/+1
2011-12-22staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_opsSean MacLennan1-6/+6
2011-12-13staging: remove version.h includes in rtl8192eDevendra Naga1-1/+0
2011-11-30rtl8192e: Rename clashing symbolsSean MacLennan1-3/+3
2011-11-30rtl8192e: Export symbolsSean MacLennan1-0/+2
2011-09-06staging: rtl8192e: Fix smatch warnings regarding large arrays on stackLarry Finger1-7/+5
2011-08-25staging: rtl8192e: Fix sparse (non-endian) warnings - Part IILarry Finger1-27/+34
2011-08-25staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pMLarry Finger1-24/+22
2011-08-25staging: rtl8192e: Cleanup checkpatch -f errors - Part XIIILarry Finger1-793/+729
2011-08-25staging: rtl8192e: Modify time handlingLarry Finger1-4/+2
2011-08-24staging: rtl8192e: Convert typedef HT_CHANNEL_WIDTH to enum ht_channel_widthLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef frameqos to union frameqosLarry Finger1-1/+1
2011-08-24staging: rtl8192e: Convert typedef buffer to struct bufferLarry Finger1-7/+7
2011-08-24staging: rtl8192e: Convert typedef cb_desc to struct cb_descLarry Finger1-2/+2
2011-08-24staging: rtl8192e: Convert typedef RX_REORDER_ENTRY to struct rx_reorder_entryLarry Finger1-8/+8
2011-08-24staging: rtl8192e: Convert typedef HT_CAPABILITY_ELE to struct ht_capab_eleLarry Finger1-3/+3