PHY_GetTxPowerByRate
base = PHY_GetTxPowerByRate(padapter, path, MGN_11M);
value = PHY_GetTxPowerByRate(padapter, path, cckRates[i]);
base = PHY_GetTxPowerByRate(padapter, path, MGN_54M);
value = PHY_GetTxPowerByRate(padapter, path, ofdmRates[i]);
base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7);
value = PHY_GetTxPowerByRate(padapter, path, mcs0_7Rates[i]);
base = PHY_GetTxPowerByRate(padapter, path, MGN_11M);
base = PHY_GetTxPowerByRate(padapter, path, MGN_54M);
base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7);
powerDiffByRate = PHY_GetTxPowerByRate(padapter, RF_PATH_A, Rate);
s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 RateIndex);