Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c689 s16 idx_regulation = -1; in phy_get_tx_pwr_lmt() local
704 idx_regulation = TXPWR_LMT_ETSI; in phy_get_tx_pwr_lmt()
707 idx_regulation = TXPWR_LMT_MKK; in phy_get_tx_pwr_lmt()
710 idx_regulation = TXPWR_LMT_FCC; in phy_get_tx_pwr_lmt()
713 idx_regulation = TXPWR_LMT_WW; in phy_get_tx_pwr_lmt()
716 idx_regulation = hal_data->Regulation2_4G; in phy_get_tx_pwr_lmt()
732 if (idx_regulation == -1 || idx_bandwidth == -1 || in phy_get_tx_pwr_lmt()
744 pwr_lmt = (idx_regulation == TXPWR_LMT_WW) ? in phy_get_tx_pwr_lmt()
746 hal_data->TxPwrLimit_2_4G[idx_regulation] in phy_get_tx_pwr_lmt()