aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-03Staging: rtl8192u: Use put_unaligned_le16Vaishali Thakkar1-4/+3
2014-10-29staging: rtl8192u: Fix "space prohibited after that open parenthesis '('" errorsGreg Donald1-7/+4
2014-10-20staging: rtl8192u: ieee80211: Indent if statementTapasweni Pathak1-3/+3
2014-10-20staging: rtl8192u: Fixes symbol as staticEbru Akagunduz1-1/+1
2014-09-19staging: rtl8192u: sparse warnings: declare ieee80211_TURBO_Info staticMerlin Chlosta1-1/+2
2014-09-08drivers: staging: rtl8192u: Fix "space prohibited after that open parenthesis '('" errorsGreg Donald1-2/+2
2014-08-30drivers: staging: rtl8192u: Fix space required after that ',' errorsGreg Donald1-46/+46
2014-05-26drivers/staging: Remove useless return variablesPeter Senna Tschudin1-2/+1
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches1-5/+5
2014-05-23staging/rtl8192u: Put EXPORT_SYMBOL just after the exported functionBenoit Taine1-30/+22
2014-05-03staging: rtl8192u: cleanup a switch statementDan Carpenter1-11/+8
2014-03-16staging: rtl8192u: make in ieee80211/ieee80211_softmac.c some local functions staticAna Rey1-40/+52
2014-03-10staging:rtl8192u: Remove unused variableHimangi Saraogi1-9/+0
2014-03-10staging: rtl8192u: Removed assignments from if statements.Chi Pham1-2/+4
2013-10-28staging: rtl8192u: use memdup_user to simplify codeTeodora Baluta1-8/+3
2013-08-27staging: Update e-mail address for Andrea MerelloAndrea Merello1-1/+1
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in ieee80211_softmac.cXenia Ragiadakou1-39/+39
2013-01-07staging/rtl8192u: do not init statics to 0Sebastian Hahn1-1/+1
2013-01-07staging/rtl8192u: use same indent for switch and caseSebastian Hahn1-136/+136
2013-01-07staging/rtl8192u: indent with tabs, not spacesSebastian Hahn1-2/+2
2013-01-07staging/rtl8192u: cleanfile runSebastian Hahn1-1/+1
2012-09-21staging: Fix misspellings of "whether".Adam Buchbinder1-1/+1
2012-09-04Staging: rtl8192u: using random_ether_addr() to generate random MACWei Yongjun1-7/+1
2012-09-04Staging: rtl8192u: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-3/+3
2012-08-13staging: rtl8192u: Fix typo in staging/rtl8192uMasanari Iida1-2/+2
2012-04-10staging: Fix typo in multiple filesMasanari Iida1-1/+1
2011-08-23drivers/staging/rtl8192u: Don't pass huge struct by valueJesper Juhl1-7/+7
2011-07-05staging: rtl8192u: Fix big-endian warningLarry Finger1-1/+1
2011-07-05Remove unneeded version.h includes from drivers/staging/rtl*/Jesper Juhl1-1/+0
2011-07-05drivers:rtl8192u:remove the use of obsolete create_workqueue in ieee80211_softmac.cWanlong Gao1-4/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-14staging: rtl8192u: Remove NULL check before kfreeIlia Mirkin1-5/+2
2010-12-10Staging: rtl8192u: add missing curly bracesDan Carpenter1-1/+2
2010-12-01Staging: rtl8192u: remove dead code to disable dot11dDavid Chosrova1-44/+0
2010-08-31Staging: rtl81*: Fix spelling fuction -> function in commentsStefan Weil1-1/+1
2010-05-17Staging: Use kmemdupJulia Lawall1-4/+3
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-11Staging: Drop memory allocation castJulia Lawall1-4/+3
2010-05-11Staging: rtl8192u: Check kmalloc return value before use the buffer in ieee80211_softmac.cwzt.wzt@gmail.com1-0/+2
2010-05-11Staging: rtl8192u: Hoist assign from ifJoe Perches1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: rtl8187x: Use %pM for mac address outputJoe Perches1-1/+1
2009-12-11Staging: rtl8192u: remove dead codeMauro Carvalho Chehab1-242/+0
2009-12-11Staging: rtl8192u: remove bad whitespacesMauro Carvalho Chehab1-50/+50
2009-12-11Staging: Added Realtek rtl8192u driver to stagingJerry Chuang1-0/+3529