summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs/os_dep
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+4
2025-07-24staging: rtl8723bs: rtw_get_encrypt_decrypt_from_registrypriv is emptyMichael Straube1-1/+0
2025-07-16staging: rtl8723bs: remove struct hal_opsMichael Straube1-2/+0
2025-07-15staging: rtl8723bs: os_dep: remove blank line before close brace '}'Ana Oliveira1-1/+0
2025-07-15staging: rtl8723bs: remove unncessary multiple blank linesAnanthu C V1-2/+0
2025-07-15staging: rtl8723bs: os_dep: remove whitespace after cast.Alexandre Viard1-1/+1
2025-07-15staging: rtl8723bs: remove spurious if-block bracesVincent Caron1-2/+2
2025-07-15staging: rtl8723bs: remove blank line before close brace.Ravi Kant Sharma1-1/+0
2025-06-30staging: rtl8723bs: remove redundant static functionMichael Straube2-12/+1
2025-06-30staging: rtl8723bs: remove unnesessary function parameterMichael Straube1-12/+12
2025-06-30staging: rtl8723bs: remove unused function parameterMichael Straube1-5/+2
2025-06-30staging: rtl8723bs: remove empty functionsMichael Straube1-3/+0
2025-06-30staging: rtl8723bs: place constant to right of logical testBryant Boatright1-1/+1
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-2/+4
2025-06-19staging: rtl8723bs: remove return from void functionMichael Straube1-5/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+2
2025-05-21staging: rtl8723bs: remove unnecessary braces for single statement blocksDavid Tadokoro1-8/+5
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-6/+6
2025-03-20staging: rtl8723bs: Remove some unused functions, macros, and structs谢致邦 (XIE Zhibang)1-2/+0
2025-01-28Merge tag 'staging-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1287/+0
2025-01-10staging: rtl8723bs: Remove ioctl interface谢致邦 (XIE Zhibang)2-1287/+0
2024-12-04wifi: cfg80211: send MLO links tx power info in GET_INTERFACERameshkumar Sundaram1-1/+2
2024-11-04staging: rtl8723bs: change remaining printk to proper apiRodrigo Gobbi1-1/+1
2024-11-04staging: rtl8723bs: Remove no-op netdevice_notifier()Hans de Goede2-41/+2
2024-10-16staging: rtl8723bs: remove unused debug statementsRodrigo Gobbi2-26/+3
2024-10-09staging: rtl8723bs: Remove constant result macro is_primary_adapterPhilipp Hortmann1-2/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-11staging: rtl8723bs: Remove unused files rtw_debug.c and rtw_debug.hPhilipp Hortmann10-10/+0
2024-08-13staging: rtl8723bs: Delete unnecessary braces for single statement blocks in ...Jiwon Kim1-2/+1
2024-06-27staging: rtl8723bs: Remove unused variable pwdev_privPhilipp Hortmann1-2/+0
2024-06-24staging: rtl8723bs: Remove unused macro in ioctl_cfg80211.cPhilipp Hortmann1-1/+0
2024-06-24staging: rtl8723bs: Remove switch(type) as type is constantPhilipp Hortmann1-14/+0
2024-04-09staging: rtl8723bs: convert strncpy to strscpyArnd Bergmann2-4/+3
2024-01-24staging: rtl8723bs: Use kcalloc() instead of kzalloc()Erick Archer1-2/+1
2023-10-07Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-4/+5
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+1
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit1-2/+4
2023-08-22staging: rtl8723bs: Use helpers to check broadcast and multicast Ether addressesRuan Jinjie1-1/+1
2023-08-04staging: rtl8723bs: use is_zero_ether_addr() instead of memcmp()Yang Yingliang1-2/+1
2023-07-27staging: rtl8723bs: ioctl_linux: Fix comparison to falseFranziska Naepelt1-1/+1
2023-07-27staging: rtl8723bs: ioctl_linux: Add preferred spacesFranziska Naepelt1-19/+19
2023-07-27staging: rtl8723bs: ioctl_linux: Fix alignment on open parenthesisFranziska Naepelt1-4/+4
2023-07-27staging: rtl8723bs: ioctl_linux: Remove unnecessary parenthesesFranziska Naepelt1-29/+29
2023-07-27staging: rtl8723bs: ioctl_linux: Remove unnecessary blank linesFranziska Naepelt1-26/+0
2023-07-27staging: rtl8723bs: ioctl_linux: Remove multiple blank linesFranziska Naepelt1-18/+0
2023-07-27staging: rtl8723bs: ioctl_linux: Fix block comment alignmentFranziska Naepelt1-3/+3
2023-07-27staging: rtl8723bs: ioctl_linux: Fix code indentFranziska Naepelt1-1/+1
2023-07-27staging: rtl8723bs: ioctl_linux: Fix else on next lineFranziska Naepelt1-2/+1
2023-07-27staging: rtl8723bs: Fix remaining blank line issueFranziska Naepelt1-1/+0
2023-07-27staging: rtl8723bs: Fix alignment open parenthesisFranziska Naepelt1-42/+49