mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
rtw88: change beacon filter default mode
Finetune parameter for firmware. Previous mode neglects environment impacts and could lead to performance downgrade in some cases. This new mode makes fw adapts better under noisy environment. Signed-off-by: Po-Hao Huang <phhuang@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210713104524.47101-3-pkshih@realtek.com
This commit is contained in:
parent
81a68a1424
commit
0c283b4753
|
|
@ -99,7 +99,7 @@ enum rtw_beacon_filter_offload_mode {
|
|||
BCN_FILTER_OFFLOAD_MODE_2,
|
||||
BCN_FILTER_OFFLOAD_MODE_3,
|
||||
|
||||
BCN_FILTER_OFFLOAD_MODE_DEFAULT = BCN_FILTER_OFFLOAD_MODE_1,
|
||||
BCN_FILTER_OFFLOAD_MODE_DEFAULT = BCN_FILTER_OFFLOAD_MODE_0,
|
||||
};
|
||||
|
||||
struct rtw_coex_info_req {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user