summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-073-10/+1Star
|\
| * staging: rtl8723bs: Remove duplicated include from drv_types.hYueHaibing2019-02-271-1/+0Star
| * Staging: rtl8723bs: remove some dead codeDan Carpenter2019-02-071-8/+0Star
| * Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman2019-01-281-3/+3
| |\
| * | staging: rtl8723bs: fix indentation issue with return statementColin Ian King2019-01-251-1/+1
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-2/+2
| |/ |/|
* | staging: rtl8723bs: Fix build error with Clang when inlining is disabledNathan Chancellor2019-01-181-3/+3
|/
* Revert "staging: rtl8723bs: Mark ACPI table declaration as used"Greg Kroah-Hartman2019-01-111-1/+1
* Staging: rtl8723bs: Fix code style issue in rtl8723bs driverHardik Singh Rathore2018-12-1715-171/+171
* staging: rtl8723bs: remove semaphore remnantsArnd Bergmann2018-12-125-10/+0Star
* staging: rtl8723bs: change pwrctrl lock to a mutexArnd Bergmann2018-12-123-40/+40
* staging: rtl8723bs: change semaphores to completionsArnd Bergmann2018-12-1211-47/+39Star
* staging: rtl8723bs: fix typo in the TODO fileMichael Straube2018-12-121-1/+1
* staging: rtl8723bs: remove dead code, rtw_port_switch_chk()Michael Straube2018-12-122-35/+0Star
* Merge 4.20-rc6 into staging-nextGreg Kroah-Hartman2018-12-101-1/+1
|\
| * Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an of...Young Xiao2018-12-051-1/+1
* | Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman2018-12-033-4/+4
|\|
| * staging: rtl8723bs: Add missing return for cfg80211_rtw_get_stationLarry Finger2018-11-091-1/+1
| * staging: rtl8723bs: Fix incorrect sense of ether_addr_equalLarry Finger2018-11-071-2/+2
| * staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'Christophe JAILLET2018-11-071-1/+1
* | staging: rtl8723bs: remove redundant null check on pregprivWen Yang2018-11-261-2/+2
* | staging: rtl8723bs: Correct errors from checkpatchJosenivaldo Benito Jr2018-11-201-5/+5
* | staging: rtl8723bs: fix small typoYangtao Li2018-11-071-1/+1
* | drivers: staging: rtl*: fix spelling mistake "Orginial" -> "Original"Colin Ian King2018-11-071-4/+4
* | staging: rtl8723bs: fix typo in function name rtw_sctx_chk_waring_statusColin Ian King2018-11-051-2/+2
* | staging: rtl8723bs: core: remove unnecessary blank linesKimberly Brown2018-11-051-212/+0Star
|/
* staging: rtl8723bs: os_dep: Shift * to be adjacent to pointer nameMamta Shukla2018-10-141-2/+2
* staging: rtl8723bs: fix spelling mistake "Abnrormal" -> "Abnormal"Colin Ian King2018-10-141-2/+2
* staging: rtl8723bs: os_dep: Remove space after castMamta Shukla2018-10-111-7/+7
* staging: rtl8723bs: os_dep: Remove true and false comparisonMamta Shukla2018-10-111-6/+6
* staging: rtl8723bs: Remove unnecessary parentheses and dead commented codeNathan Chancellor2018-10-091-1/+1
* staging: rtl8723bs: core: Remove true and false comparisonMamta Shukla2018-10-091-12/+12
* staging: rtl8723bs: clean up clang warning on extraneous parenthesesColin Ian King2018-10-022-4/+3Star
* staging: rtl8723bs: Mark ACPI table declaration as usedNathan Chancellor2018-10-021-1/+1
* staging: rtl8723bs: Skip unnecessary field checksAymen Qader2018-09-281-5/+4Star
* staging: rtl8723bs: fix spelling mistake "toogle" -> "toggle"Colin Ian King2018-09-252-2/+2
* staging: rtl8723bs: fix spelling mistake "unvalid" -> "invalid"Colin Ian King2018-09-251-2/+2
* staging: rtl8188eu, rtl8723bs: fix spelling mistake "evet" -> "event"Colin Ian King2018-09-251-1/+1
* staging: rtl8723bs: Fix two sleep-in-atomic-context bugs in _rtw_pwr_wakeup()Jia-Ju Bai2018-09-181-2/+2
* staging: rtl8723bs: Fix a sleep-in-atomic-context bug in issue_deauth_ex()Jia-Ju Bai2018-09-181-1/+1
* staging: rtl8723bs: check for i out of range before accessing szLine[i]Colin Ian King2018-09-101-3/+4
* Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-1821-694/+246Star
|\
| * staging: rtl8188eu/rtl8723bs: fix character encodingArnd Bergmann2018-07-241-1/+1
| * Merge 4.18-rc5 into staging-nextGreg Kroah-Hartman2018-07-161-1/+1
| |\
| * | staging: rtl8723bs: fix comparsions to trueMichael Straube2018-07-132-17/+17
| * | staging: rtl8723bs: change return type to boolMichael Straube2018-07-132-4/+4
| * | staging: rtl8723bs: refactor rtw_is_cckratesonly_includedMichael Straube2018-07-131-5/+4Star
| * | staging: rtl8723bs: refactor rtw_is_cckrates_included()Michael Straube2018-07-131-5/+4Star
| * | staging: rtl8723bs: remove unused codeMichael Straube2018-07-131-32/+0Star
| * | staging: rtl8723bs: simplify ratetbl_val_2wifirate()Michael Straube2018-07-111-39/+14Star