summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
* rtl8192u: Remove unused semaphore rf_semBinoy Jayan2016-06-182-2/+0
* rtl8192u: Replace semaphore scan_sem with mutexBinoy Jayan2016-06-182-10/+10
* rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan2016-06-185-41/+41
* rtl8192u: r8192_priv: Replace semaphore wx_sem with mutexBinoy Jayan2016-06-183-55/+55
* staging: rtl8192u: propagate errors in write_nic_dwordSalah Triki2016-06-182-4/+8
* staging: rtl8192u: propagate errors in write_nic_wordSalah Triki2016-06-182-4/+8
* staging: rtl8192u: propagate errors in write_nic_byte_ESalah Triki2016-06-182-4/+7
* staging: rtl8192u: propagate errors in write_nic_byteSalah Triki2016-06-182-4/+8
* staging: rtl8192u: check return value of rtl8192_read_eeprom_infoSalah Triki2016-06-181-1/+9
* staging: rtl8192u: propagate errors in rtl8192_read_eeprom_infoSalah Triki2016-06-181-16/+18
* staging: rtl8192u: check return value eprom_readSalah Triki2016-06-181-36/+76
* staging: rtl8192u: propagate errors in eprom_readSalah Triki2016-06-182-3/+8
* staging: rtl8192u: check return value of read_nic_word_ESalah Triki2016-06-181-4/+17
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-205-79/+22
|\
| * staging: rtl8192u: Fix crash due to pointers being "confusing"Ben Hutchings2016-04-291-2/+2
| * staging: rtl8192u: rewrite NULL comparison for pointersNicholas Sim2016-04-291-3/+3
| * staging: rtl8192u: add blank line after declarationsNicholas Sim2016-04-291-0/+14
| * staging: rtl8192u: remove blank lines after braces (opening)Nicholas Sim2016-04-291-14/+0
| * staging: rtl8192u: remove blank lines before braces (closing)Nicholas Sim2016-04-291-35/+0
| * staging: rtl8192u: fix typo in debug messageNik Nyby2016-03-282-2/+2
| * Staging: rtl8192u: Remove unnecessary semicolon.Sandhya Bankar2016-03-281-1/+1
| * Staging: rtl8192u: remove extra blank lines.Ben Marsh2016-03-281-22/+0
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-042-5/+5
* | 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-1715-151/+174
|\
| * 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-112-2/+2
| * 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-202-18/+13
| * Staging: rtl8192u: Convert long if-else block to switch-caseBhumika Goyal2016-02-201-12/+40
| * 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: r8192U_dm: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla2016-02-141-3/+6
| * 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: r8192U: Fix check pointer after usage problemLarry Finger2016-02-071-8/+13
| * staging: rtl8192u: Fix block comments use * on subsequent lines in r8192U_wx.cByeoungwook Kim2016-02-071-18/+20
| * staging/rtl8192u: fixed typosYannik Schmidt2016-02-071-3/+3
OpenPOWER on IntegriCloud