summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: ieee80211: ieee80211_softmac: mark symbols static where po...Baoyou Xie2016-09-231-6/+10
* Staging: rtl8192u: Remove useless type conversionBhumika Goyal2016-09-203-5/+5
* staging: rtl8192u: do not use undefined $(TOPDIR) in MakefileNicolas Iooss2016-09-121-2/+1
* staging/rtl8192u: use s8 instead of charArnd Bergmann2016-08-211-2/+2
* rtl8192u: Replace semaphore scan_sem with mutexBinoy Jayan2016-06-182-10/+10
* rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan2016-06-184-39/+39
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-202-2/+2
|\
| * staging: rtl8192u: fix typo in debug messageNik Nyby2016-03-282-2/+2
* | 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
|/
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-1710-81/+69
|\
| * Staging: ieee80211: Place constant on right side of the test.Sandhya Bankar2016-03-111-3/+3
| * staging: rtl8192u: ieee80211_crypt: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-111-2/+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: ieee80211: Remove unused variablesBhaktipriya Shridhar2016-03-111-1/+0
| * Staging: rtl8192u: Remove debug messagesBhumika Goyal2016-03-111-6/+1
| * Staging: rtl8192u: Clean up tests if NULL returned on failureBhumika Goyal2016-03-111-1/+1
| * staging: rtl8192u: ieee802111: Drop Useless InitializationBhaktipriya Shridhar2016-03-111-3/+3
| * staging: rtl8192u: ieee80211: Use macro DIV_ROUND_UPBhaktipriya Shridhar2016-03-111-2/+2
| * staging: rtl8192u: Remove create_workqueue()Bhaktipriya Shridhar2016-02-201-10/+8
| * Staging: rtl819u: ieee80211: Remove function ieee80211_wep_nullBhumika Goyal2016-02-143-7/+0
| * Staging: rtl8192u: Remove useless commentsBhumika Goyal2016-02-141-5/+0
| * staging: rtl8192u: ieee80211: Fix comment styleJanani Ravichandran2016-02-141-16/+16
| * staging: rtl8192u: ieee80211: Remove msleep_interruptible_rsl MacroAmitoj Kaur Chawla2016-02-141-2/+0
| * staging: rtl8192u: ieee80211: ieee80211_softmac: Replace driver specific macr...Amitoj Kaur Chawla2016-02-141-1/+1
| * staging: rtl8192u: ieee80211: Remove MSECS macroAmitoj Kaur Chawla2016-02-141-1/+0
| * staging: rtl8192u: ieee80211: ieee80211_rx: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla2016-02-141-1/+2
| * staging: rtl8192u: ieee80211: ieee80211_softmac: Replace MSECS with msecs_to_...Amitoj Kaur Chawla2016-02-141-3/+6
| * staging: rtl8192u: ieee80211: rtl819x_BAProc: Replace MSECS with msecs_to_jif...Amitoj Kaur Chawla2016-02-141-1/+1
| * staging: rtl8192u: ieee80211: rtl819x_TSProc: Replace MSECS with msecs_to_jif...Amitoj Kaur Chawla2016-02-141-3/+6
| * staging: rtl8192u: use to_delayed_workGeliang Tang2016-02-071-3/+3
| * staging: rtl8192u: fix large frame size compiler warningOkash Khawaja2016-02-071-1/+12
* | staging: rtl8192u: Use skcipher and ahashHerbert Xu2016-01-272-57/+81
|/
* Staging: rtl8192u: ieee80211: added missing blank linesKurt Kanzenbach2015-10-291-0/+5
* Staging: rtl8192u: ieee80211: removed unnecessary bracesKurt Kanzenbach2015-10-291-4/+2
* Staging: rtl8192u: ieee80211: corrected block commentsKurt Kanzenbach2015-10-291-10/+21
* Staging: rtl8192u: ieee80211: corrected indentKurt Kanzenbach2015-10-291-5/+5
* Staging: rtl8192u: ieee80211: added missing spaces after ifKurt Kanzenbach2015-10-291-2/+2
* Staging: rtl8192u: ieee80211: added missing space around '='Kurt Kanzenbach2015-10-291-1/+1
* Staging: rtl8192u: ieee80211: fixed position of else statementsKurt Kanzenbach2015-10-291-4/+2
* Staging: rtl8192u: ieee80211: fixed open brace positionsKurt Kanzenbach2015-10-291-12/+6
* 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_rx: Remove unnecessary codeShivani Bhardwaj2015-10-161-4/+0
* Staging: rtl8192u: ieee80211_softmac: Remove extra NULL checkShivani Bhardwaj2015-10-161-4/+2
* rtl8192u: BIT() macro cleanupAnish Bhatt2015-10-132-46/+13
* Staging: rtl8192u: ieee80211: ieee80211_rx: Remove commented printk messagesShraddha Barke2015-10-121-14/+1
* Staging: rtl8192u: ieee80211: ieee80211_wx: Remove commented printk messagesShraddha Barke2015-10-121-8/+0
* Staging: rtl8192u: ieee80211: ieee80211_softmac: Remove commented printk mess...Shraddha Barke2015-10-121-3/+0
OpenPOWER on IntegriCloud