aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-04Merge tag 'staging-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-404/+0
2025-09-06staging: rtl8723bs: remove os_dep/recv_linux.cMichael Straube1-12/+0
2025-09-06staging: rtl8723bs: move rtw_os_recv_indicate_pkt to rtw_recv.cMichael Straube1-45/+0
2025-09-06staging: rtl8723bs: move rtw_os_alloc_msdu_pkt to rtw_recv.cMichael Straube1-40/+0
2025-09-06staging: rtl8723bs: merge rtw_os_recvbuf_resource_free into rtl8723bs_recv.cMichael Straube1-7/+0
2025-09-06staging: rtl8723bs: merge rtw_os_recv_resource_free into rtw_recv.cMichael Straube1-18/+0
2025-09-06staging: rtl8723bs: merge rtw_os_recv_resource_alloc into rtw_recv.cMichael Straube1-6/+0
2025-09-06staging: rtl8723bs: merge rtw_os_free_recvframe into rtw_recv.cMichael Straube1-9/+0
2025-09-06staging: rtl8723bs: move rtw_handle_tkip_mic_err to rtw_recv.cMichael Straube1-44/+0
2025-09-06staging: rtl8723bs: move rtw_recv_indicatepkt to rtw_recv.cMichael Straube1-37/+0
2025-09-06staging: rtl8723bs: remove wrapper rtw_init_recv_timerMichael Straube1-7/+0
2025-09-04wifi: drivers: indicate support for attributes in NL80211_CMD_SET_BSSArend van Spriel1-8/+0
2025-08-11staging: rtl8723bs: move rtw_reset_securitypriv to core/rtw_mlme.cMichael Straube1-67/+0
2025-08-11staging: rtl8723bs: move rtw_report_sec_ie to core/rtw_mlme.cMichael Straube1-34/+0
2025-08-11staging: rtl8723bs: merge rtw_os_indicate_disconnect into rtw_indicate_discon...Michael Straube1-12/+0
2025-08-11staging: rtl8723bs: merge rtw_os_indicate_connect into rtw_indicate_connectMichael Straube1-17/+0
2025-08-11staging: rtl8723bs: remove wrapper init_addba_retry_timerMichael Straube1-6/+0
2025-08-11staging: rtl8723bs: move rtw_init_mlme_timer to core/rtw_mlme.cMichael Straube1-30/+0
2025-08-11staging: rtl8723bs: move init_mlme_ext_timer to core/rtw_mlme_ext.cMichael Straube1-8/+0
2025-08-11staging: rtl8723bs: remove wrapper rtw_os_indicate_scan_doneMichael Straube1-5/+0
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-27Merge 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-02move 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