summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
AgeCommit message (Expand)AuthorFilesLines
2020-02-28staging: rtl8723bs: fix copy of overlapping memoryColin Ian King1-3/+2
2020-02-28staging: rtl8723bs: Fix potential overuse of kernel memoryLarry Finger1-1/+1
2020-02-28staging: rtl8723bs: Fix potential security holeLarry Finger1-1/+1
2019-12-05staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-idsHans de Goede1-0/+1
2019-12-05staging: rtl8723bs: Drop ACPI device idsHans de Goede1-6/+0
2019-05-04staging: rtl8188eu: Fix potential NULL pointer dereference of kcallocAditya Pakki2-8/+8
2019-03-05staging: rtl8723bs: Fix build error with Clang when inlining is disabledNathan Chancellor1-3/+3
2018-12-17staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'Christophe JAILLET1-1/+1
2018-12-13Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an of...Young Xiao1-1/+1
2018-12-05staging: rtl8723bs: Add missing return for cfg80211_rtw_get_stationLarry Finger1-1/+1
2018-12-05staging: rtl8723bs: Fix incorrect sense of ether_addr_equalLarry Finger1-2/+2
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-694/+246
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+2
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-1/+1
2018-07-27staging: rtl: Use existing define with polynomialKrzysztof Kozlowski1-3/+2
2018-07-24staging: rtl8188eu/rtl8723bs: fix character encodingArnd Bergmann1-1/+1
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+1
2018-07-16Merge 4.18-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2018-07-13staging: rtl8723bs: fix comparsions to trueMichael Straube2-17/+17
2018-07-13staging: rtl8723bs: change return type to boolMichael Straube2-4/+4
2018-07-13staging: rtl8723bs: refactor rtw_is_cckratesonly_includedMichael Straube1-5/+4
2018-07-13staging: rtl8723bs: refactor rtw_is_cckrates_included()Michael Straube1-5/+4
2018-07-13staging: rtl8723bs: remove unused codeMichael Straube1-32/+0
2018-07-11staging: rtl8723bs: simplify ratetbl_val_2wifirate()Michael Straube1-39/+14
2018-07-11staging: rtl8723bs: fix comparsions to NULLMichael Straube1-7/+7
2018-07-11staging: rtl8723bs: remove blank linesMichael Straube1-30/+0
2018-07-11staging: rtl8723bs: fix lines over 80 charactersMichael Straube1-3/+6
2018-07-11staging: rtl8723bs: add spaces around '|'Michael Straube1-4/+4
2018-07-10staging: rtl8723bs: use mac_pton()Michael Straube1-40/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-4/+3
2018-07-08staging: rtl8723bs: remove braces from single if statementMichael Straube1-2/+1
2018-07-08staging: rtl8723bs: add missing blank linesMichael Straube1-0/+2
2018-07-08staging: rtl8723bs: remove blank linesMichael Straube1-31/+0
2018-07-08staging: rtl8723bs: fix indentationMichael Straube1-8/+8
2018-07-08staging: rtl8723bs: replace tab with spaceMichael Straube1-3/+3
2018-07-08staging: rtl8723bs: replace while with shorter for loopMichael Straube1-9/+3
2018-07-07staging: rtl8723bs: remove rtw_beamforming.hMichael Straube1-127/+0
2018-07-07staging: rtl8723bs: remove rtw_br_ext.hMichael Straube1-55/+0
2018-07-06staging: rtl8723bs: remove rtl8192c_rf.hMichael Straube2-29/+0
2018-07-02staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data().Murray McAllister1-1/+1
2018-07-02staging: rtl8723bs: simplify if else statementMichael Straube1-5/+1
2018-07-02staging: rtl8723bs: fix comparsion to true/false and brace issuesMichael Straube2-7/+6
2018-07-02staging: rtl8723bs: remove pointless if else in rtw_sdio_resume()Michael Straube1-17/+2
2018-07-02staging: rtl8723bs: fix line over 80 charactersMichael Straube1-1/+1
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller1-1/+0
2018-06-28staging: rtl8723bs: use mac_pton() in rtw_macaddr_cfg()Michael Straube2-29/+4
2018-06-28staging: rtl8723bs: use ether_addr_copy() in rtw_macaddr_cfg()Michael Straube1-3/+3
2018-06-28staging: rtl8723bs: refactor rtw_macaddr_cfg()Michael Straube1-15/+4
2018-06-28staging: rtl8723bs: fix comparsion to NULL - coding styleMichael Straube1-2/+2
2018-06-28staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat1-5/+5