summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-09staging: rtl8192u: Clean up tests if NULL returned on failuresimran singhal1-1/+1
2017-03-09staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu1-1/+1
2017-02-27scripts/spelling.txt: add "swithc" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-12staging: rtl8192u: Fixing no new typedef warningsimran singhal1-3/+3
2017-02-10staging: rtl8192u: Adding a blank line after declarationssimran singhal1-0/+8
2017-02-09staging: rtl8192u: remove redundant null check on array algColin Ian King1-17/+15
2017-01-27staging: rtl8192u: Adding space after ','simran singhal1-4/+4
2017-01-27staging: rtl8192u: Adding space around '='simran singhal1-4/+4
2017-01-23staging: rtl8192u: Adding space around '='simran singhal1-1/+1
2016-09-23staging: rtl8192u: ieee80211: ieee80211_softmac: mark symbols static where po...Baoyou Xie1-6/+10
2016-09-20Staging: rtl8192u: Remove useless type conversionBhumika Goyal1-1/+1
2016-06-18rtl8192u: Replace semaphore scan_sem with mutexBinoy Jayan1-9/+9
2016-06-18rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan1-18/+18
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-3/+3
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-03-11Staging: rtl8192u: Replace random_ether_addr with eth_random_addrBhumika Goyal1-7/+1
2016-03-11Staging: rtl8192u: Replace memset with eth_broadcast_addrBhumika Goyal1-2/+2
2016-02-20staging: rtl8192u: Remove create_workqueue()Bhaktipriya Shridhar1-10/+8
2016-02-14staging: rtl8192u: ieee80211: Fix comment styleJanani Ravichandran1-16/+16
2016-02-14staging: rtl8192u: ieee80211: ieee80211_softmac: Replace driver specific macr...Amitoj Kaur Chawla1-1/+1
2016-02-14staging: rtl8192u: ieee80211: ieee80211_softmac: Replace MSECS with msecs_to_...Amitoj Kaur Chawla1-3/+6
2016-02-07staging: rtl8192u: use to_delayed_workGeliang Tang1-3/+3
2015-10-27staging: rtl8192u: ieee80211: Do not export static functionAmitoj Kaur Chawla1-1/+0
2015-10-24staging: rtl8192u: simplify conditionalLuis de Bethencourt1-5/+1
2015-10-16Staging: rtl8192u: ieee80211_softmac: Remove extra NULL checkShivani Bhardwaj1-4/+2
2015-10-12Staging: rtl8192u: ieee80211: ieee80211_softmac: Remove commented printk mess...Shraddha Barke1-3/+0
2015-09-14Staging: rtl8192u: Remove unnecessary printkShraddha Barke1-1/+0
2015-09-12Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uac...Shraddha Barke1-1/+1
2015-07-22staging: rtl8192u: remove bool comparisonsLuis de Bethencourt1-1/+1
2015-07-14drivers: staging: rtl8192u: Fix "space required after that ','" errorsGreg Donald1-2/+2
2015-06-17staging: rtl8192u: ieee80211: Fix incorrect type in assignmentGaston Gonzalez1-1/+1
2015-06-12staging: rtl8192u: ieee80211: Fix sparse endianness warnings ieee80211_softmac.cGaston Gonzalez1-5/+5
2015-06-08staging: rtl8192u: ieee80211: Fix sparse endianness warningsGaston Gonzalez1-2/+5
2015-06-08staging: rtl8192u/ieee80211/ieee80211_softmac.c: auth parse error code byte o...Tolga Ceylan1-1/+1
2015-06-08staging: rtl8192u: Fix indentation issueChaitanya Dhere1-1/+1
2015-06-08staging: rtl8192u: Patch to modify if, else conditionsChaitanya Dhere1-4/+2
2015-05-08rtl8192u: don't trample on <linux/ieee80211.h> struct namespacePaul Gortmaker1-16/+16
2015-03-26staging: rtl8192u: Fix static decleration sparse warning.Cihangir Akturk1-2/+2
2015-03-26Staging: rtl8192u: Fix space issues before '(' and after ')'Haneen Mohammed1-50/+50
2015-03-26Staging: rtl8192u: Add space before open parenthesisHaneen Mohammed1-20/+20
2015-03-16Staging: rtl8192u: Remove parentheses around right side an assignmentHaneen Mohammed1-1/+1
2015-03-16staging: rtl8192u: remove break after returnSupriya Karanth1-1/+0
2015-03-16Staging: rtl8192u: Review phrase and fix spelling errorsCristina Opriceana1-13/+13
2015-03-15Staging: rtl8192u: Replace printk() with netdev_dbg()Cristina Opriceana1-4/+4
2015-03-15Staging: rtl8192u: Add function to improve code qualityCristina Opriceana1-62/+67
2015-03-15staging: rtl8192u: Use kzalloc instead of kmalloc.Navya Sri Nizamkari1-2/+1
2015-03-06Staging: drivers: Bool initializations should use true/falseCristina Opriceana1-2/+2
2015-03-06staging: rtl8192u: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz1-1/+1
2015-02-26staging: rtl8192u: ieee80211: replace init_timer by setup_timerAya Mahfouz1-6/+4
2014-11-03Staging: rtl8192u: Use put_unaligned_le16Vaishali Thakkar1-4/+3