Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcore.c1522 u8 ant_pos = U8_MAX; in rtw89_core_rx_process_phy_ppdu_iter() local
1530 ant_pos = __ffs(hal->antenna_rx); in rtw89_core_rx_process_phy_ppdu_iter()
1531 evm_pos = ant_pos; in rtw89_core_rx_process_phy_ppdu_iter()
1536 if (ant_pos < ant_num) { in rtw89_core_rx_process_phy_ppdu_iter()
1537 ewma_rssi_add(&rtwsta->rssi[ant_pos], phy_ppdu->rssi[0]); in rtw89_core_rx_process_phy_ppdu_iter()