Searched refs:idx_regulation (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 268 milliseconds