Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c688 s16 idx_regulation = -1; in phy_get_tx_pwr_lmt() local
703 idx_regulation = TXPWR_LMT_ETSI; in phy_get_tx_pwr_lmt()
706 idx_regulation = TXPWR_LMT_MKK; in phy_get_tx_pwr_lmt()
709 idx_regulation = TXPWR_LMT_FCC; in phy_get_tx_pwr_lmt()
712 idx_regulation = TXPWR_LMT_WW; in phy_get_tx_pwr_lmt()
715 idx_regulation = hal_data->Regulation2_4G; in phy_get_tx_pwr_lmt()
731 if (idx_regulation == -1 || idx_bandwidth == -1 || in phy_get_tx_pwr_lmt()
743 pwr_lmt = (idx_regulation == TXPWR_LMT_WW) ? in phy_get_tx_pwr_lmt()
745 hal_data->TxPwrLimit_2_4G[idx_regulation] in phy_get_tx_pwr_lmt()