summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+8
* staging:r8192u: replace request_module with try_then_request_moduleIvan Safonov2017-09-171-14/+13
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-6/+5
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-12/+9
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* 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-271-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/+15
* 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-181-9/+9
* rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan2016-06-181-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-111-7/+1
* Staging: rtl8192u: Replace memset with eth_broadcast_addrBhumika Goyal2016-03-111-2/+2
* staging: rtl8192u: Remove create_workqueue()Bhaktipriya Shridhar2016-02-201-10/+8
* staging: rtl8192u: ieee80211: Fix comment styleJanani Ravichandran2016-02-141-16/+16
* staging: rtl8192u: ieee80211: ieee80211_softmac: Replace driver specific macr...Amitoj Kaur Chawla2016-02-141-1/+1
* staging: rtl8192u: ieee80211: ieee80211_softmac: Replace MSECS with msecs_to_...Amitoj Kaur Chawla2016-02-141-3/+6
* staging: rtl8192u: use to_delayed_workGeliang Tang2016-02-071-3/+3
* staging: rtl8192u: ieee80211: Do not export static functionAmitoj Kaur Chawla2015-10-271-1/+0
* staging: rtl8192u: simplify conditionalLuis de Bethencourt2015-10-241-5/+1
* Staging: rtl8192u: ieee80211_softmac: Remove extra NULL checkShivani Bhardwaj2015-10-161-4/+2
* Staging: rtl8192u: ieee80211: ieee80211_softmac: Remove commented printk mess...Shraddha Barke2015-10-121-3/+0
* Staging: rtl8192u: Remove unnecessary printkShraddha Barke2015-09-141-1/+0
* Staging: rtl8192u: ieee80211: ieee80211_softmac.c: Replace "#include <asm/uac...Shraddha Barke2015-09-121-1/+1
* 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
OpenPOWER on IntegriCloud