MGN_11M
ret_rate = MGN_11M;
if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M))
if ((tx_rate >= MGN_1M) && (tx_rate <= MGN_11M))
case MGN_11M:
BAND_ON_2_4G, MGN_11M);
if ((TxRate >= MGN_1M) && (TxRate <= MGN_11M))
case MGN_11M:
ret_rate = MGN_11M;
RateIndex[2] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M);
RateIndex[0] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M);
RateIndex[3] = PHY_GetRateIndexOfTxPowerByRate(MGN_11M);
MGN_1M, MGN_2M, MGN_5_5M, MGN_11M
base = PHY_GetTxPowerByRate(padapter, path, MGN_11M);
u8 cckRates[] = {MGN_1M, MGN_2M, MGN_5_5M, MGN_11M};
if ((Rate == MGN_1M) || (Rate == MGN_2M) || (Rate == MGN_5_5M) || (Rate == MGN_11M))
case MGN_11M:
case MGN_1M: case MGN_2M: case MGN_5_5M: case MGN_11M:
base = PHY_GetTxPowerByRate(padapter, path, MGN_11M);
case MGN_11M:
#define IS_CCK_RATE(_rate) (MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == MGN_11M)
#define IS_OFDM_RATE(_rate) (MGN_6M <= _rate && _rate <= MGN_54M && _rate != MGN_11M)