summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: prevent ->Ssid overflow in rtw_wx_set_scan()Denis Efremov (Oracle)2022-06-061-2/+4
* staging: rtl8723bs: Fix a resource leak in sd_int_dpcXiangyang Zhang2021-08-151-0/+2
* staging: rtl8723bs: fix macro value for 2.4Ghz only deviceFabio Aiuto2021-07-201-4/+1
* staging: rtl8723bs: Fix uninitialized variablesWenli Looi2021-06-161-1/+1
* staging: rtl8723bs: wifi_regd.c: Fix incorrect number of regulatory rulesChen-Yu Tsai2021-03-031-1/+1
* staging: rtl8723bs: Add 024c:0627 to the list of SDIO device-idsBrian O'Keefe2020-11-241-0/+1
* Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate()Dan Carpenter2020-06-301-1/+3
* staging: rtl8723bs: fix copy of overlapping memoryColin Ian King2020-02-281-3/+2
* staging: rtl8723bs: Fix potential overuse of kernel memoryLarry Finger2020-02-281-1/+1
* staging: rtl8723bs: Fix potential security holeLarry Finger2020-02-281-1/+1
* staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-idsHans de Goede2019-12-051-0/+1
* staging: rtl8723bs: Drop ACPI device idsHans de Goede2019-12-051-6/+0
* 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: Prevent an underflow in rtw_check_beacon_data().Murray McAllister2018-07-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* staging: rtl8723bs: avoid null pointer dereference on pmlmeprivColin Ian King2017-09-221-2/+1
* staging: rtl8723bs: add missing range check on idColin Ian King2017-09-221-0/+2
* staging: rtl8723bs: hal: remove cast to void pointerHimanshu Jha2017-08-298-46/+46
* staging: rtl8723bs: os_dep: remove cast to void pointerHimanshu Jha2017-08-294-6/+6
* staging: rtl8723bs: core: remove cast to void pointerHimanshu Jha2017-08-295-5/+5
* staging: rtl8723bs: remove memset before memcpyHimanshu Jha2017-08-283-5/+0
* staging: rtl8723bs: remove null check before kfreeHimanshu Jha2017-08-271-12/+6
* rtl8723bs: os_dep: ioctl_linux: fix several braces coding style issues.Teo Dacquet2017-08-181-698/+298
* staging/rtl8723bs: Fix some coding style issues in rtw_odm.c.Tom Gardi2017-08-181-17/+21
* Staging: rtl8723bs: fix multiple missing spaces coding style problemChristoffer Kjoelbaek2017-08-181-5/+5
* Staging: rtl8723bs: Do not initialise static to 0.Shreeya Patel2017-07-306-14/+14
* staging: rtl8723bs: fix build when DEBUG_RTL871X is definedStefan Assmann2017-07-301-2/+1
* staging: rtl8723bs: rtw_efuse: Fix a misspellXaralampos Mainas2017-07-301-1/+1
* staging: rtl8723bs: Place constant at the right.Shreeya Patel2017-07-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-3/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+1
| |\
| * | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+1
| * | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* | | staging: rtl8723bs - remove asm includesDerek Robson2017-06-251-3/+3
* | | staging: rtl8723bs: Remove unnecessary cast in kfreeAmitoj Kaur Chawla2017-06-231-7/+7
* | | staging: rtl8723bs: hal: Use (true/false) in assignment to boolsimran singhal2017-06-231-4/+4
* | | Merge 4.12-rc6 into staging-nextGreg Kroah-Hartman2017-06-203-4/+3
|\ \ \ | | |/ | |/|
| * | Merge tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-06-181-1/+1
| |\ \ | | |/ | |/|
| | * Staging: rtl8723bs: fix an error code in isFileReadable()Dan Carpenter2017-06-141-1/+1
| * | net: Fix build regression in rtl8723bs staging driver.David S. Miller2017-06-082-3/+2
| |/
* | staging: rtl8723bs: wifi_regd.c: insert blank line after declarationsFabian Wolff2017-06-141-0/+1
* | staging: rtl8723bs: wifi_regd.c: adjust alignment to match open parenthesisFabian Wolff2017-06-141-4/+5
* | staging: rtl8723bs: wifi_regd.c: remove superfluous spaces from pointer argum...Fabian Wolff2017-06-141-2/+2
* | staging: rtl8723bs: wifi_regd.c: fix comment formattingFabian Wolff2017-06-141-8/+8
* | staging: rtl8723bs: wifi_regd.c: put spaces around binary operatorsFabian Wolff2017-06-141-3/+3
* | staging: rtl8723bs: wifi_regd.c: remove superfluous bracesFabian Wolff2017-06-131-4/+2