Home
last modified time | relevance | path

Searched refs:cck_cnt (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/
Dhalbtc8822b1ant.c397 u32 total_cnt, cck_cnt; in halbtc8822b1ant_monitor_wifi_ctr() local
424 cck_cnt = coex_sta->crc_ok_cck + coex_sta->crc_err_cck; in halbtc8822b1ant_monitor_wifi_ctr()
426 if (cck_cnt > 250) { in halbtc8822b1ant_monitor_wifi_ctr()
435 } else if (cck_cnt < 50) { in halbtc8822b1ant_monitor_wifi_ctr()
Dhalbtc8822b2ant.c314 u32 total_cnt, cck_cnt; in halbtc8822b2ant_monitor_wifi_ctr() local
366 cck_cnt = coex_sta->crc_ok_cck + coex_sta->crc_err_cck; in halbtc8822b2ant_monitor_wifi_ctr()
374 if (cck_cnt > 250) { in halbtc8822b2ant_monitor_wifi_ctr()
383 } else if (cck_cnt < 50) { in halbtc8822b2ant_monitor_wifi_ctr()