Searched refs:rateSection (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c759 u8 regulation, bw, channel, rateSection; local
766 for (rateSection = 0; rateSection < MAX_RATE_SECTION_NUM; ++rateSection) {
767 tempPwrLmt = pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][RF_PATH_A];
771 if (rateSection == 2) /* HT 1T */
773 else if (rateSection == 1) /* OFDM */
775 else if (rateSection == 0) /* CCK */
782 pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][rfPath] = tempValue;
816 u8 regulation = 0, bandwidth = 0, rateSection local
[all...]

Completed in 104 milliseconds