summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: remove bool comparisonsLuis de Bethencourt2015-07-221-1/+1
* drivers: staging: rtl8192u: Fix "space required after that ','" errorsGreg Donald2015-07-141-2/+2
* staging: rtl8192u: ieee80211: Fix incorrect type in assignmentGaston Gonzalez2015-06-171-1/+1
* staging: rtl8192u: ieee80211: Fix sparse endianness warnings ieee80211_softmac.cGaston Gonzalez2015-06-121-5/+5
* staging: rtl8192u: ieee80211: Fix sparse endianness warningsGaston Gonzalez2015-06-081-2/+5
* staging: rtl8192u/ieee80211/ieee80211_softmac.c: auth parse error code byte o...Tolga Ceylan2015-06-081-1/+1
* staging: rtl8192u: Fix indentation issueChaitanya Dhere2015-06-081-1/+1
* staging: rtl8192u: Patch to modify if, else conditionsChaitanya Dhere2015-06-081-4/+2
* rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker2015-05-081-16/+16
* staging: rtl8192u: Fix static decleration sparse warning.Cihangir Akturk2015-03-261-2/+2
* Staging: rtl8192u: Fix space issues before '(' and after ')'Haneen Mohammed2015-03-261-50/+50
* Staging: rtl8192u: Add space before open parenthesisHaneen Mohammed2015-03-261-20/+20
* Staging: rtl8192u: Remove parentheses around right side an assignmentHaneen Mohammed2015-03-161-1/+1
* staging: rtl8192u: remove break after returnSupriya Karanth2015-03-161-1/+0
* Staging: rtl8192u: Review phrase and fix spelling errorsCristina Opriceana2015-03-161-13/+13
* Staging: rtl8192u: Replace printk() with netdev_dbg()Cristina Opriceana2015-03-151-4/+4
* Staging: rtl8192u: Add function to improve code qualityCristina Opriceana2015-03-151-62/+67
* staging: rtl8192u: Use kzalloc instead of kmalloc.Navya Sri Nizamkari2015-03-151-2/+1
* Staging: drivers: Bool initializations should use true/falseCristina Opriceana2015-03-061-2/+2
* staging: rtl8192u: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz2015-03-061-1/+1
* staging: rtl8192u: ieee80211: replace init_timer by setup_timerAya Mahfouz2015-02-261-6/+4
* Staging: rtl8192u: Use put_unaligned_le16Vaishali Thakkar2014-11-031-4/+3
* staging: rtl8192u: Fix "space prohibited after that open parenthesis '('" errorsGreg Donald2014-10-291-7/+4
* staging: rtl8192u: ieee80211: Indent if statementTapasweni Pathak2014-10-201-3/+3
* staging: rtl8192u: Fixes symbol as staticEbru Akagunduz2014-10-201-1/+1
* staging: rtl8192u: sparse warnings: declare ieee80211_TURBO_Info staticMerlin Chlosta2014-09-191-1/+2
* drivers: staging: rtl8192u: Fix "space prohibited after that open parenthesis...Greg Donald2014-09-081-2/+2
* drivers: staging: rtl8192u: Fix space required after that ',' errorsGreg Donald2014-08-301-46/+46
* drivers/staging: Remove useless return variablesPeter Senna Tschudin2014-05-261-2/+1
* staging: Convert __FUNCTION__ to __func__Joe Perches2014-05-251-5/+5
* staging/rtl8192u: Put EXPORT_SYMBOL just after the exported functionBenoit Taine2014-05-231-30/+22
* staging: rtl8192u: cleanup a switch statementDan Carpenter2014-05-031-11/+8
* staging: rtl8192u: make in ieee80211/ieee80211_softmac.c some local functions...Ana Rey2014-03-161-40/+52
* staging:rtl8192u: Remove unused variableHimangi Saraogi2014-03-101-9/+0
* staging: rtl8192u: Removed assignments from if statements.Chi Pham2014-03-101-2/+4
* staging: rtl8192u: use memdup_user to simplify codeTeodora Baluta2013-10-281-8/+3
* staging: Update e-mail address for Andrea MerelloAndrea Merello2013-08-271-1/+1
* STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in i...Xenia Ragiadakou2013-05-131-39/+39
* staging/rtl8192u: do not init statics to 0Sebastian Hahn2013-01-071-1/+1
* staging/rtl8192u: use same indent for switch and caseSebastian Hahn2013-01-071-136/+136
* staging/rtl8192u: indent with tabs, not spacesSebastian Hahn2013-01-071-2/+2
* staging/rtl8192u: cleanfile runSebastian Hahn2013-01-071-1/+1
* staging: Fix misspellings of "whether".Adam Buchbinder2012-09-211-1/+1
* Staging: rtl8192u: using random_ether_addr() to generate random MACWei Yongjun2012-09-041-7/+1
* Staging: rtl8192u: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun2012-09-041-3/+3
* staging: rtl8192u: Fix typo in staging/rtl8192uMasanari Iida2012-08-131-2/+2
* staging: Fix typo in multiple filesMasanari Iida2012-04-101-1/+1
* drivers/staging/rtl8192u: Don't pass huge struct by valueJesper Juhl2011-08-231-7/+7
* staging: rtl8192u: Fix big-endian warningLarry Finger2011-07-051-1/+1
* Remove unneeded version.h includes from drivers/staging/rtl*/Jesper Juhl2011-07-051-1/+0
OpenPOWER on IntegriCloud