MGN_54M
ret_rate = MGN_54M;
else if (tx_rate == MGN_54M)
else if (tx_rate == MGN_54M)
case MGN_54M:
case MGN_54M:
BAND_ON_2_4G, MGN_54M);
BAND_ON_5G, MGN_54M);
else if (TxRate == MGN_54M)
case MGN_54M:
ret_rate = MGN_54M;
RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_54M);
RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_54M);
MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M
base = PHY_GetTxPowerByRate(padapter, path, MGN_54M);
u8 ofdmRates[] = {MGN_6M, MGN_9M, MGN_12M, MGN_18M, MGN_24M, MGN_36M, MGN_48M, MGN_54M};
if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate))
case MGN_54M:
case MGN_24M: case MGN_36M: case MGN_48M: case MGN_54M:
base = PHY_GetTxPowerByRate(padapter, path, MGN_54M);
case MGN_54M:
#define IS_OFDM_RATE(_rate) (MGN_6M <= _rate && _rate <= MGN_54M && _rate != MGN_11M)