summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
AgeCommit message (Expand)Author
2024-04-09staging: rtl8723bs: convert strncpy to strscpyArnd Bergmann
2024-01-24staging: rtl8723bs: Use kcalloc() instead of kzalloc()Erick Archer
2023-10-06Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit
2023-08-04staging: rtl8723bs: use is_zero_ether_addr() instead of memcmp()Yang Yingliang
2023-07-27staging: rtl8723bs: Fix remaining blank line issueFranziska Naepelt
2023-07-27staging: rtl8723bs: Fix alignment open parenthesisFranziska Naepelt
2023-07-27staging: rtl8723bs: Fix space issuesFranziska Naepelt
2023-06-20staging: rtl8723bs: Fix blank line issuesFranziska Naepelt
2023-06-20staging: rtl8723bs: Fix block comment issueFranziska Naepelt
2023-06-20staging: rtl8723bs: Fix indentation issuesFranziska Naepelt
2023-03-08staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()Hans de Goede
2023-03-08staging: rtl8723bs: Fix key-store index handlingHans de Goede
2022-10-31staging: rtl8723bs: replace ternary statement with min_t macroEmily Peri
2022-10-08Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-24staging: rtl8723bs: Add a blank line after declarationsKang Minchul
2022-09-24staging: rtl8723bs: Make switch and case at the same indentKang Minchul
2022-09-24staging: rtl8723bs: Relocate constant on the right side of testKang Minchul
2022-09-24staging: rtl8723bs: replace code indent as tabsKang Minchul
2022-09-09staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry()GUO Zihua
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam
2022-08-04Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg
2022-06-12staging: rtl8723bs: uninitialize static variableDaniel Watson
2022-06-06staging: rtl8723bs: fix placement of bracesHannes Braun
2022-01-25Staging: rtl8723bs: Placing opening { braces in previous lineJagath Jog J
2021-12-20staging: rtl8723bs: fix typo in a commentJason Wang
2021-09-17staging: rtl8723bs: ignore unused wiphy_wowlan object warningsBryan Brattlof
2021-09-13staging: rtl8723bs: clean up comparsions to NULLMichael Straube
2021-08-10staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto
2021-08-05staging: rtl8723bs: remove unused macrosFabio Aiuto
2021-07-30staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_wepFabio Aiuto
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto
2021-07-21staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto
2021-07-21staging: rtl8723bs: add get_channel cfg80211 implementationFabio Aiuto
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-24staging: rtl8723bs: remove obsolete 5Ghz commentsFabio Aiuto
2021-06-24staging: rtl8723bs: remove 5Ghz code related to channel plan definitionFabio Aiuto
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-06-18staging: rtl8723bs: os_dep: use eth_broadcast_addr() to assign broadcast addressYang Yingliang
2021-06-14Merge tag 'v5.13-rc6' into staging-nextGreg Kroah-Hartman
2021-06-09staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto
2021-06-09staging: rtl8723bs: Fix uninitialized variablesWenli Looi