Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1279 u8 ant_pos = U8_MAX; in rtw89_core_rx_process_phy_ppdu_iter() local
1287 ant_pos = __ffs(hal->antenna_rx); in rtw89_core_rx_process_phy_ppdu_iter()
1288 evm_pos = ant_pos; in rtw89_core_rx_process_phy_ppdu_iter()
1293 if (ant_pos < ant_num) { in rtw89_core_rx_process_phy_ppdu_iter()
1294 ewma_rssi_add(&rtwsta->rssi[ant_pos], phy_ppdu->rssi[0]); in rtw89_core_rx_process_phy_ppdu_iter()