coex.c (48ee4835b73c48590d05a54730dc8037ebd39d3b) coex.c (861e58c8fc6be0e1319525b5e9a27a0d2e776210)
1// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2/* Copyright(c) 2019-2020 Realtek Corporation
3 */
4
5#include "coex.h"
6#include "debug.h"
7#include "fw.h"
8#include "mac.h"

--- 4356 unchanged lines hidden (view full) ---

4365
4366 ret = read_poll_timeout(_ntfy_wl_rfk, allow, allow, 40, 100000, false,
4367 rtwdev, phy_map, type, state);
4368 if (ret) {
4369 rtw89_warn(rtwdev, "RFK notify timeout\n");
4370 rtwdev->is_bt_iqk_timeout = true;
4371 }
4372}
1// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2/* Copyright(c) 2019-2020 Realtek Corporation
3 */
4
5#include "coex.h"
6#include "debug.h"
7#include "fw.h"
8#include "mac.h"

--- 4356 unchanged lines hidden (view full) ---

4365
4366 ret = read_poll_timeout(_ntfy_wl_rfk, allow, allow, 40, 100000, false,
4367 rtwdev, phy_map, type, state);
4368 if (ret) {
4369 rtw89_warn(rtwdev, "RFK notify timeout\n");
4370 rtwdev->is_bt_iqk_timeout = true;
4371 }
4372}
4373EXPORT_SYMBOL(rtw89_btc_ntfy_wl_rfk);
4373
4374struct rtw89_btc_wl_sta_iter_data {
4375 struct rtw89_dev *rtwdev;
4376 u8 busy_all;
4377 u8 dir_all;
4378 u8 rssi_map_all;
4379 bool is_sta_change;
4380 bool is_traffic_change;

--- 1359 unchanged lines hidden ---
4374
4375struct rtw89_btc_wl_sta_iter_data {
4376 struct rtw89_dev *rtwdev;
4377 u8 busy_all;
4378 u8 dir_all;
4379 u8 rssi_map_all;
4380 bool is_sta_change;
4381 bool is_traffic_change;

--- 1359 unchanged lines hidden ---