aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/realtek/rtw89/coex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-13wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.4Ching-Te Ku1-1/+1
2025-03-13wifi: rtw89: coex: Add parser for Bluetooth channel map report version 7Ching-Te Ku1-0/+3
2025-03-13wifi: rtw89: coex: Fix coexistence report not show as expectedChing-Te Ku1-2/+1
2025-03-13wifi: rtw89: coex: RTL8852BT coexistence Wi-Fi firmware support for 0.29.122.0Ching-Te Ku1-0/+8
2025-02-10wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.3Ching-Te Ku1-1/+1
2025-02-10wifi: rtw89: coex: To avoid TWS serials A2DP lag, adjust slot arrangementChing-Te Ku1-14/+2
2025-02-10wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hangChing-Te Ku1-3/+3
2025-02-03wifi: rtw89: manual cosmetic along lockdep_assert_wiphy()Ping-Ke Shih1-0/+7
2025-02-03wifi: rtw89: remove consumers of driver mutexPing-Ke Shih1-15/+8
2025-02-03wifi: rtw89: debugfs: implement file_ops::read/write to replace seq_filePing-Ke Shih1-1272/+1465
2025-02-03wifi: rtw89: use wiphy_work() to replace ieee802111_work()Ping-Ke Shih1-18/+20
2025-02-03wifi: rtw89: phy: rename to RTW89_PHY_NUM as proper namingPing-Ke Shih1-19/+19
2025-01-20wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.2Ching-Te Ku1-1/+1
2025-01-20wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan eventChing-Te Ku1-2/+6
2025-01-20wifi: rtw89: coex: Add protect to avoid A2DP lag while Wi-Fi connectingChing-Te Ku1-39/+51
2024-11-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-1/+9
2024-11-06wifi: rtw89: coex: set higher priority to BT when WL scan and BT A2DP existChing-Te Ku1-1/+5
2024-11-06wifi: rtw89: coex: check NULL return of kmalloc in btc_fw_set_monreg()Pei Xiao1-0/+4
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-10-25wifi: rtw89: coex: Set Wi-Fi/Bluetooth priority for Wi-Fi scan caseChing-Te Ku1-1/+1
2024-10-10wifi: rtw89: coex: Add function to reorder Wi-Fi firmware report indexChing-Te Ku1-12/+73
2024-10-10wifi: rtw89: coex: Solved BT PAN profile idle decrease Wi-Fi throughputChing-Te Ku1-1/+10
2024-10-10wifi: rtw89: coex: Reorder Bluetooth info related logicChing-Te Ku1-33/+41
2024-10-10wifi: rtw89: coex: Update priority setting for Wi-Fi is scanningChing-Te Ku1-25/+33
2024-09-26wifi: rtw89: coex: initialize local .dbcc_2g_phy in _set_btg_ctrl()Ping-Ke Shih1-0/+2
2024-09-24wifi: rtw89: tweak driver architecture for impending MLO supportZong-Zhe Yang1-13/+41
2024-09-24wifi: rtw89: read link_sta corresponding to the linkZong-Zhe Yang1-7/+9
2024-09-24wifi: rtw89: read bss_conf corresponding to the linkZong-Zhe Yang1-4/+13
2024-09-24wifi: rtw89: rename rtw89_sta to rtw89_sta_link ahead for MLOZong-Zhe Yang1-28/+29
2024-09-24wifi: rtw89: rename rtw89_vif to rtw89_vif_link ahead for MLOZong-Zhe Yang1-16/+17
2024-09-18wifi: rtw89: coex: add debug message of link counts on 2/5GHz bands for wl_info v7Ping-Ke Shih1-0/+2
2024-08-22wifi: rtw89: coex: Add new Wi-Fi role format condition for function usingChing-Te Ku1-19/+71
2024-08-22wifi: rtw89: coex: Bluetooth hopping map for Wi-Fi role version 7Ching-Te Ku1-0/+18
2024-08-22wifi: rtw89: coex: Update Wi-Fi role info version 7Ching-Te Ku1-22/+229
2024-08-22wifi: rtw89: coex: Update report version of Wi-Fi firmware 0.29.90.0 for RTL8852BTChing-Te Ku1-1/+148
2024-08-02wifi: rtw89: rename sub_entity to chanctxZong-Zhe Yang1-1/+1
2024-07-02wifi: rtw89: coex: Add coexistence policy for hardware scanChing-Te Ku1-1/+25
2024-06-17wifi: rtw89: 885xbx: apply common settings to 8851B, 8852B and 8852BTPing-Ke Shih1-1/+2
2024-04-29wifi: rtw89: coex: Check and enable reports after run coexChing-Te Ku1-6/+40
2024-04-29wifi: rtw89: coex: Add Wi-Fi role v8 condition when set BTG controlChing-Te Ku1-0/+5
2024-04-29wifi: rtw89: coex: Add Wi-Fi role v8 condition when set Bluetooth channelChing-Te Ku1-0/+18
2024-04-29wifi: rtw89: coex: Fix unexpected value in version 7 slot parameterChing-Te Ku1-3/+15
2024-04-29wifi: rtw89: coex: Add Bluetooth version report version 7Ching-Te Ku1-13/+26
2024-04-29wifi: rtw89: coex: Add Bluetooth frequency hopping map version 7Ching-Te Ku1-0/+12
2024-04-29wifi: rtw89: coex: Add Bluetooth scan parameter report version 7Ching-Te Ku1-0/+15
2024-04-29wifi: rtw89: coex: Add Wi-Fi null data status version 7Ching-Te Ku1-0/+24
2024-04-23wifi: rtw89: coex: Re-order the index for the report from firmwareChing-Te Ku1-11/+29
2024-04-23wifi: rtw89: coex: Add coexistence firmware control report version 8Ching-Te Ku1-1/+171
2024-04-23wifi: rtw89: coex: Add GPIO signal control version 7Ching-Te Ku1-68/+92
2024-04-23wifi: rtw89: coex: Add register monitor report v7 formatChing-Te Ku1-16/+154