summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* 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/+246
|\
| * 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/+4
| * | staging: rtl8723bs: refactor rtw_is_cckrates_included()Michael Straube2018-07-131-5/+4
| * | staging: rtl8723bs: remove unused codeMichael Straube2018-07-131-32/+0
| * | staging: rtl8723bs: simplify ratetbl_val_2wifirate()Michael Straube2018-07-111-39/+14
| * | staging: rtl8723bs: fix comparsions to NULLMichael Straube2018-07-111-7/+7
| * | staging: rtl8723bs: remove blank linesMichael Straube2018-07-111-30/+0
| * | staging: rtl8723bs: fix lines over 80 charactersMichael Straube2018-07-111-3/+6
| * | staging: rtl8723bs: add spaces around '|'Michael Straube2018-07-111-4/+4
| * | staging: rtl8723bs: use mac_pton()Michael Straube2018-07-101-40/+1
| * | staging: rtl8723bs: remove braces from single if statementMichael Straube2018-07-081-2/+1
| * | staging: rtl8723bs: add missing blank linesMichael Straube2018-07-081-0/+2
| * | staging: rtl8723bs: remove blank linesMichael Straube2018-07-081-31/+0
| * | staging: rtl8723bs: fix indentationMichael Straube2018-07-081-8/+8
| * | staging: rtl8723bs: replace tab with spaceMichael Straube2018-07-081-3/+3
| * | staging: rtl8723bs: replace while with shorter for loopMichael Straube2018-07-081-9/+3
| * | staging: rtl8723bs: remove rtw_beamforming.hMichael Straube2018-07-071-127/+0
| * | staging: rtl8723bs: remove rtw_br_ext.hMichael Straube2018-07-071-55/+0
| * | staging: rtl8723bs: remove rtl8192c_rf.hMichael Straube2018-07-062-29/+0
| * | staging: rtl8723bs: simplify if else statementMichael Straube2018-07-021-5/+1
| * | staging: rtl8723bs: fix comparsion to true/false and brace issuesMichael Straube2018-07-022-7/+6
| * | staging: rtl8723bs: remove pointless if else in rtw_sdio_resume()Michael Straube2018-07-021-17/+2
| * | staging: rtl8723bs: fix line over 80 charactersMichael Straube2018-07-021-1/+1
| * | staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()Michael Straube2018-06-282-29/+4
| * | staging: rtl8723bs: use ether_addr_copy() in rtw_macaddr_cfg()Michael Straube2018-06-281-3/+3
| * | staging: rtl8723bs: refactor rtw_macaddr_cfg()Michael Straube2018-06-281-15/+4
| * | staging: rtl8723bs: fix comparsion to NULL - coding styleMichael Straube2018-06-281-2/+2
| * | staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-281-5/+5
| * | staging: rtl8723bs: remove rtw_set_tx_chksum_offload()Michael Straube2018-06-283-9/+0
| * | staging: rtl8723bs: Fix comment on variable initHenriette Hofmeier2018-06-281-4/+1
| * | staging: rtl8723bs: Remove unnecessary initializationsHenriette Hofmeier2018-06-281-4/+4
| * | staging: rtl8723bs: Move definition open braceHenriette Hofmeier2018-06-281-2/+4
| * | staging: rtl8723bs: Fix two possible sleep-in-atomic-context bugs in translat...Jia-Ju Bai2018-06-281-2/+2
| * | staging: rtl8723bs: remove get_monotonic_boottime()Arnd Bergmann2018-06-281-8/+1
| * | staging: rtl8723bs: Add missing curly braces on else statement.Quytelda Kahja2018-06-281-1/+2
| * | staging: rtl8723bs: Merge workaround conditionals into single else-if.Quytelda Kahja2018-06-281-6/+3
| * | staging: rtl8723bs: Merge conditionals with similar bodies.Quytelda Kahja2018-06-281-6/+2
| * | staging: rtl8723bs: Fix spelling mistake in comment.Quytelda Kahja2018-06-281-1/+1
| * | staging: rtl8723bs: Move bandwidth index lookup to new function.Quytelda Kahja2018-06-281-9/+17
| * | staging: rtl8723bs: Move rate section index lookup to new function.Quytelda Kahja2018-06-281-62/+47
| * | staging: rtl8723bs: Remove empty else-if conditional.Quytelda Kahja2018-06-281-3/+0
| * | staging: rtl8723bs: Combine if statements with equivalent body.Quytelda Kahja2018-06-281-5/+1
| * | staging: rtl8723bs: Fix camel-case names in phy_get_tx_pwr_lmt().Quytelda Kahja2018-06-281-95/+105