summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: Clean up tests if NULL returned on failuresimran singhal2017-03-091-1/+1
* staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu2017-03-091-1/+1
* scripts/spelling.txt: add "swithc" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* staging: rtl8192u: Fixing no new typedef warningsimran singhal2017-02-121-3/+3
* staging: rtl8192u: Adding a blank line after declarationssimran singhal2017-02-101-0/+8
* staging: rtl8192u: remove redundant null check on array algColin Ian King2017-02-091-17/+15Star
* staging: rtl8192u: Adding space after ','simran singhal2017-01-271-4/+4
* staging: rtl8192u: Adding space around '='simran singhal2017-01-271-4/+4
* staging: rtl8192u: Adding space around '='simran singhal2017-01-231-1/+1
* staging: rtl8192u: ieee80211: ieee80211_softmac: mark symbols static where po...Baoyou Xie2016-09-231-6/+10
* Staging: rtl8192u: Remove useless type conversionBhumika Goyal2016-09-201-1/+1
* rtl8192u: Replace semaphore scan_sem with mutexBinoy Jayan2016-06-191-9/+9
* rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan2016-06-191-18/+18
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-3/+3
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
* Staging: rtl8192u: Replace random_ether_addr with eth_random_addrBhumika Goyal2016-03-121-7/+1Star
* Staging: rtl8192u: Replace memset with eth_broadcast_addrBhumika Goyal2016-03-121-2/+2
* staging: rtl8192u: Remove create_workqueue()Bhaktipriya Shridhar2016-02-211-10/+8Star
* staging: rtl8192u: ieee80211: Fix comment styleJanani Ravichandran2016-02-151-16/+16
* staging: rtl8192u: ieee80211: ieee80211_softmac: Replace driver specific macr...Amitoj Kaur Chawla2016-02-151-1/+1
* staging: rtl8192u: ieee80211: ieee80211_softmac: Replace MSECS with msecs_to_...Amitoj Kaur Chawla2016-02-151-3/+6
* staging: rtl8192u: use to_delayed_workGeliang Tang2016-02-081-3/+3
* staging: rtl8192u: ieee80211: Do not export static functionAmitoj Kaur Chawla2015-10-271-1/+0Star
* staging: rtl8192u: simplify conditionalLuis de Bethencourt2015-10-251-5/+1Star
* Staging: rtl8192u: ieee80211_softmac: Remove extra NULL checkShivani Bhardwaj2015-10-171-4/+2Star
* Staging: rtl8192u: ieee80211: ieee80211_softmac: Remove commented printk mess...Shraddha Barke2015-10-131-3/+0Star
* Staging: rtl8192u: Remove unnecessary printkShraddha Barke2015-09-141-1/+0Star
* Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uac...Shraddha Barke2015-09-131-1/+1
* staging: rtl8192u: remove bool comparisonsLuis de Bethencourt2015-07-231-1/+1
* drivers: staging: rtl8192u: Fix "space required after that ','" errorsGreg Donald2015-07-151-2/+2
* staging: rtl8192u: ieee80211: Fix incorrect type in assignmentGaston Gonzalez2015-06-181-1/+1
* staging: rtl8192u: ieee80211: Fix sparse endianness warnings ieee80211_softmac.cGaston Gonzalez2015-06-131-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/+2Star
* 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/+0Star
* 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/+1Star
* Staging: drivers: Bool initializations should use true/falseCristina Opriceana2015-03-071-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/+4Star
* Staging: rtl8192u: Use put_unaligned_le16Vaishali Thakkar2014-11-041-4/+3Star