aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-08Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-53/+56
2022-09-24staging: rtl8723bs: Add a blank line after declarationsKang Minchul1-0/+2
2022-09-24staging: rtl8723bs: Make switch and case at the same indentKang Minchul1-40/+40
2022-09-24staging: rtl8723bs: Relocate constant on the right side of testKang Minchul1-6/+6
2022-09-24staging: rtl8723bs: replace code indent as tabsKang Minchul1-6/+6
2022-09-09staging: rtl8723bs: Delete un-necessary return for _rtw_xmit_entry()GUO Zihua1-1/+2
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller1-6/+7
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-6/+7
2022-08-04Merge tag 'staging-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-159/+66
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam1-2/+2
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-1/+3
2022-06-12staging: rtl8723bs: uninitialize static variableDaniel Watson1-1/+1
2022-06-06staging: rtl8723bs: fix placement of bracesHannes Braun1-158/+65
2022-01-25Staging: rtl8723bs: Placing opening { braces in previous lineJagath Jog J1-66/+32
2021-12-20staging: rtl8723bs: fix typo in a commentJason Wang1-1/+1
2021-09-17staging: rtl8723bs: ignore unused wiphy_wowlan object warningsBryan Brattlof1-1/+1
2021-09-13staging: rtl8723bs: clean up comparsions to NULLMichael Straube1-12/+12
2021-08-10staging: rtl8723bs: remove rf type branching (fourth patch)Fabio Aiuto1-17/+6
2021-08-05staging: rtl8723bs: remove unused macrosFabio Aiuto1-3/+0
2021-07-30staging: rtl8723bs: fix camel case issue in struct wlan_bssid_exFabio Aiuto1-1/+1
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_wepFabio Aiuto1-6/+6
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_phy_infoFabio Aiuto1-1/+1
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_ssidFabio Aiuto1-16/+16
2021-07-23staging: rtl8723bs: fix camel case in struct ndis_802_11_confFabio Aiuto1-5/+5
2021-07-23staging: rtl8723bs: fix camel case in struct wlan_bssid_exFabio Aiuto1-32/+32
2021-07-21staging: rtl8723bs: convert IsSupportedHT to snake_caseFabio Aiuto1-1/+1
2021-07-21staging: rtl8723bs: add get_channel cfg80211 implementationFabio Aiuto1-1/+52
2021-07-05Merge tag 'staging-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-24/+8
2021-06-24staging: rtl8723bs: remove obsolete 5Ghz commentsFabio Aiuto1-2/+0
2021-06-24staging: rtl8723bs: remove 5Ghz code related to channel plan definitionFabio Aiuto1-2/+0
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2021-06-18staging: rtl8723bs: os_dep: use eth_broadcast_addr() to assign broadcast addressYang Yingliang1-3/+2
2021-06-14Merge tag 'v5.13-rc6' into staging-nextGreg Kroah-Hartman1-1/+1
2021-06-09staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto1-2/+2
2021-06-09staging: rtl8723bs: Fix uninitialized variablesWenli Looi1-1/+1
2021-05-31staging: rtl8723bs: fix monitor netdev register/unregisterJohannes Berg1-2/+2
2021-05-17Merge 5.13-rc2 into staging-nextGreg Kroah-Hartman1-10/+13
2021-05-10staging: rtl8723bs: avoid bogus gcc warningArnd Bergmann1-10/+13
2021-05-10staging: rtl8723bs: Use list iterators and helpersGuenter Roeck1-15/+4
2021-05-10staging: rtl8723bs: os_dep: ioctl_cfg80211: 'ack' is used when debug is enabledLee Jones1-1/+1
2021-04-22staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()Fabio Aiuto1-2/+6
2021-04-11staging: rtl8723bs: fix comparison to true issueFabio Aiuto1-1/+1
2021-04-11staging: rtl8723bs: remove empty else block in os_dep/ioctl_cfg80211.cFabio Aiuto1-1/+0
2021-04-11staging: rtl8723bs: remove unnecessary parentheses in os_dep/ioctl_cfg80211.cFabio Aiuto1-2/+0
2021-04-11staging: rtl8723bs: put constant on the right side of a test in os_dep/ioctl_cfg80211.cFabio Aiuto1-1/+1
2021-04-11staging: rtl8723bs: remove empty if and else blocksFabio Aiuto1-24/+3
2021-04-11staging: rtl8723bs: put spaces around operatorsFabio Aiuto1-1/+1
2021-04-11staging: rtl8723bs: fix comparison to nullFabio Aiuto1-1/+1
2021-04-11staging: rtl8723bs: remove unnecessary bracksFabio Aiuto1-25/+8
2021-04-11staging: rtl8723bs: remove empty ifdef blocks conditioned to DEBUG_CFG80211 definitionFabio Aiuto1-15/+0