summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: Remove unused variable pwdev_privPhilipp Hortmann2024-06-271-2/+0
* staging: rtl8723bs: Remove unused macro in ioctl_cfg80211.cPhilipp Hortmann2024-06-241-1/+0
* staging: rtl8723bs: Remove switch(type) as type is constantPhilipp Hortmann2024-06-241-14/+0
* staging: rtl8723bs: convert strncpy to strscpyArnd Bergmann2024-04-092-4/+3
* staging: rtl8723bs: Use kcalloc() instead of kzalloc()Erick Archer2024-01-241-2/+1
* Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-061-4/+5
|\
| * wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
| * wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-2/+4
* | staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie2023-08-221-1/+1
* | staging: rtl8723bs: use is_zero_ether_addr() instead of memcmp()Yang Yingliang2023-08-041-2/+1
* | staging: rtl8723bs: ioctl_linux: Fix comparison to falseFranziska Naepelt2023-07-271-1/+1
* | staging: rtl8723bs: ioctl_linux: Add preferred spacesFranziska Naepelt2023-07-271-19/+19
* | staging: rtl8723bs: ioctl_linux: Fix alignment on open parenthesisFranziska Naepelt2023-07-271-4/+4
* | staging: rtl8723bs: ioctl_linux: Remove unnecessary parenthesesFranziska Naepelt2023-07-271-29/+29
* | staging: rtl8723bs: ioctl_linux: Remove unnecessary blank linesFranziska Naepelt2023-07-271-26/+0
* | staging: rtl8723bs: ioctl_linux: Remove multiple blank linesFranziska Naepelt2023-07-271-18/+0
* | staging: rtl8723bs: ioctl_linux: Fix block comment alignmentFranziska Naepelt2023-07-271-3/+3
* | staging: rtl8723bs: ioctl_linux: Fix code indentFranziska Naepelt2023-07-271-1/+1
* | staging: rtl8723bs: ioctl_linux: Fix else on next lineFranziska Naepelt2023-07-271-2/+1
* | staging: rtl8723bs: Fix remaining blank line issueFranziska Naepelt2023-07-271-1/+0
* | staging: rtl8723bs: Fix alignment open parenthesisFranziska Naepelt2023-07-271-42/+49
* | staging: rtl8723bs: Fix space issuesFranziska Naepelt2023-07-271-38/+38
|/
* staging: rtl8723bs: Fix blank line issuesFranziska Naepelt2023-06-201-46/+0
* staging: rtl8723bs: Fix block comment issueFranziska Naepelt2023-06-201-5/+5
* staging: rtl8723bs: Fix indentation issuesFranziska Naepelt2023-06-201-3/+3
* staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()Hans de Goede2023-03-081-3/+3
* staging: rtl8723bs: Fix key-store index handlingHans de Goede2023-03-082-27/+32
* staging: rtl8723bs: replace ternary statement with min_t macroEmily Peri2022-10-311-1/+1
* Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-084-143/+93
|\
| * staging: rtl8723bs: Add a blank line after declarationsKang Minchul2022-09-241-0/+2
| * staging: rtl8723bs: Make switch and case at the same indentKang Minchul2022-09-241-40/+40
| * staging: rtl8723bs: Relocate constant on the right side of testKang Minchul2022-09-241-6/+6
| * staging: rtl8723bs: replace code indent as tabsKang Minchul2022-09-241-6/+6
| * staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()Xiaoke Wang2022-09-241-29/+31
| * staging: rtl8723bs: Fix return type for implementation of ndo_start_xmitGUO Zihua2022-09-091-2/+2
| * staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry()GUO Zihua2022-09-092-11/+7
| * staging: rtl8723bs: remove rtw_change_ifnameNam Cao2022-09-091-50/+0
* | Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-261-6/+7
|\ \ | |/ |/|
| * wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-6/+7
* | Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-041-159/+66
|\ \ | |/ |/|
| * Merge 5.19-rc3 into staging-nextGreg Kroah-Hartman2022-06-201-2/+4
| |\
| * | staging: rtl8723bs: uninitialize static variableDaniel Watson2022-06-121-1/+1
| * | staging: rtl8723bs: fix placement of bracesHannes Braun2022-06-061-158/+65
* | | Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-07-131-3/+5
|\ \ \ | |_|/ |/| |
| * | cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-201-2/+2
| * | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-1/+3
| |/
* / staging: rtl8723bs: Allocate full pwep structureKees Cook2022-06-101-2/+4
|/
* staging: rtl8723bs: Change rtw_ndev_notifier_call message to dbgChris Morgan2022-04-041-1/+1
* Staging: rtl8723bs: Placing opening { braces in previous lineJagath Jog J2022-01-251-66/+32
* staging: rtl8723bs: remove redundant result variableMinghao Chi2022-01-251-5/+1