summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki2019-05-042-8/+8
* staging: rtl8723bs: Fix build error with Clang when inlining is disabledNathan Chancellor2019-03-051-3/+3
* staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'Christophe JAILLET2018-12-171-1/+1
* Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an of...Young Xiao2018-12-131-1/+1
* staging: rtl8723bs: Add missing return for cfg80211_rtw_get_stationLarry Finger2018-12-051-1/+1
* staging: rtl8723bs: Fix incorrect sense of ether_addr_equalLarry Finger2018-12-051-2/+2
* 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
| * | staging: rtl8723bs: fix comparsions to NULLMichael Straube2018-07-111-7/+7
| * | staging: rtl8723bs: remove blank linesMichael Straube2018-07-111-30/+0Star
| * | 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/+1Star
| * | staging: rtl8723bs: remove braces from single if statementMichael Straube2018-07-081-2/+1Star
| * | staging: rtl8723bs: add missing blank linesMichael Straube2018-07-081-0/+2
| * | staging: rtl8723bs: remove blank linesMichael Straube2018-07-081-31/+0Star
| * | 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/+3Star
| * | staging: rtl8723bs: remove rtw_beamforming.hMichael Straube2018-07-071-127/+0Star
| * | staging: rtl8723bs: remove rtw_br_ext.hMichael Straube2018-07-071-55/+0Star
| * | staging: rtl8723bs: remove rtl8192c_rf.hMichael Straube2018-07-062-29/+0Star
| * | staging: rtl8723bs: simplify if else statementMichael Straube2018-07-021-5/+1Star
| * | staging: rtl8723bs: fix comparsion to true/false and brace issuesMichael Straube2018-07-022-7/+6Star
| * | staging: rtl8723bs: remove pointless if else in rtw_sdio_resume()Michael Straube2018-07-021-17/+2Star
| * | 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/+4Star
| * | 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/+4Star
| * | 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/+0Star
| * | staging: rtl8723bs: Fix comment on variable initHenriette Hofmeier2018-06-281-4/+1Star
| * | 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/+1Star
| * | 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/+3Star
| * | staging: rtl8723bs: Merge conditionals with similar bodies.Quytelda Kahja2018-06-281-6/+2Star
| * | 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/+47Star