aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-18rtl8192u: Remove unused semaphore rf_semBinoy Jayan2-2/+0
2016-06-18rtl8192u: Replace semaphore scan_sem with mutexBinoy Jayan2-10/+10
2016-06-18rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan5-41/+41
2016-06-18rtl8192u: r8192_priv: Replace semaphore wx_sem with mutexBinoy Jayan3-55/+55
2016-06-18staging: rtl8192u: propagate errors in write_nic_dwordSalah Triki2-4/+8
2016-06-18staging: rtl8192u: propagate errors in write_nic_wordSalah Triki2-4/+8
2016-06-18staging: rtl8192u: propagate errors in write_nic_byte_ESalah Triki2-4/+7
2016-06-18staging: rtl8192u: propagate errors in write_nic_byteSalah Triki2-4/+8
2016-06-18staging: rtl8192u: check return value of rtl8192_read_eeprom_infoSalah Triki1-1/+9
2016-06-18staging: rtl8192u: propagate errors in rtl8192_read_eeprom_infoSalah Triki1-16/+18
2016-06-18staging: rtl8192u: check return value eprom_readSalah Triki1-36/+76
2016-06-18staging: rtl8192u: propagate errors in eprom_readSalah Triki2-3/+8
2016-06-18staging: rtl8192u: check return value of read_nic_word_ESalah Triki1-4/+17
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-79/+22
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-5/+5
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-04-29staging: rtl8192u: Fix crash due to pointers being "confusing"Ben Hutchings1-2/+2
2016-04-29staging: rtl8192u: rewrite NULL comparison for pointersNicholas Sim1-3/+3
2016-04-29staging: rtl8192u: add blank line after declarationsNicholas Sim1-0/+14
2016-04-29staging: rtl8192u: remove blank lines after braces (opening)Nicholas Sim1-14/+0
2016-04-29staging: rtl8192u: remove blank lines before braces (closing)Nicholas Sim1-35/+0
2016-03-28staging: rtl8192u: fix typo in debug messageNik Nyby2-2/+2
2016-03-28Staging: rtl8192u: Remove unnecessary semicolon.Sandhya Bankar1-1/+1
2016-03-28Staging: rtl8192u: remove extra blank lines.Ben Marsh1-22/+0
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds15-151/+174
2016-03-11Staging: ieee80211: Place constant on right side of the test.Sandhya Bankar1-3/+3
2016-03-11staging: rtl8192u: ieee80211_crypt: Remove unnecessary else after returnBhaktipriya Shridhar1-2/+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-03-11staging: rtl8192u: ieee80211: Remove unused variablesBhaktipriya Shridhar1-1/+0
2016-03-11Staging: rtl8192u: Remove debug messagesBhumika Goyal1-6/+1
2016-03-11Staging: rtl8192u: Clean up tests if NULL returned on failureBhumika Goyal2-2/+2
2016-03-11staging: rtl8192u: ieee802111: Drop Useless InitializationBhaktipriya Shridhar1-3/+3
2016-03-11staging: rtl8192u: ieee80211: Use macro DIV_ROUND_UPBhaktipriya Shridhar1-2/+2
2016-02-20staging: rtl8192u: Remove create_workqueue()Bhaktipriya Shridhar2-18/+13
2016-02-20Staging: rtl8192u: Convert long if-else block to switch-caseBhumika Goyal1-12/+40
2016-02-14Staging: rtl819u: ieee80211: Remove function ieee80211_wep_nullBhumika Goyal3-7/+0
2016-02-14Staging: rtl8192u: Remove useless commentsBhumika Goyal1-5/+0
2016-02-14staging: rtl8192u: ieee80211: Fix comment styleJanani Ravichandran1-16/+16
2016-02-14staging: rtl8192u: ieee80211: Remove msleep_interruptible_rsl MacroAmitoj Kaur Chawla1-2/+0
2016-02-14staging: rtl8192u: ieee80211: ieee80211_softmac: Replace driver specific macro msleep_interruptible_rslAmitoj Kaur Chawla1-1/+1
2016-02-14staging: rtl8192u: ieee80211: Remove MSECS macroAmitoj Kaur Chawla1-1/+0
2016-02-14staging: rtl8192u: r8192U_dm: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla1-3/+6
2016-02-14staging: rtl8192u: ieee80211: ieee80211_rx: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla1-1/+2
2016-02-14staging: rtl8192u: ieee80211: ieee80211_softmac: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla1-3/+6
2016-02-14staging: rtl8192u: ieee80211: rtl819x_BAProc: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla1-1/+1
2016-02-14staging: rtl8192u: ieee80211: rtl819x_TSProc: Replace MSECS with msecs_to_jiffiesAmitoj Kaur Chawla1-3/+6
2016-02-07staging: r8192U: Fix check pointer after usage problemLarry Finger1-8/+13
2016-02-07staging: rtl8192u: Fix block comments use * on subsequent lines in r8192U_wx.cByeoungwook Kim1-18/+20
2016-02-07staging/rtl8192u: fixed typosYannik Schmidt1-3/+3