Searched refs:IWN4965_MAX_PWR_INDEX (Results 1 – 2 of 2) sorted by relevance
2048 #define IWN4965_MAX_PWR_INDEX 107 macro2062 static const uint8_t iwn4965_rf_gain_2ghz[IWN4965_MAX_PWR_INDEX + 1] = {2075 static const uint8_t iwn4965_rf_gain_5ghz[IWN4965_MAX_PWR_INDEX + 1] = {2092 static const uint8_t iwn4965_dsp_gain_2ghz[IWN4965_MAX_PWR_INDEX + 1] = {2105 static const uint8_t iwn4965_dsp_gain_5ghz[IWN4965_MAX_PWR_INDEX + 1] = {
5800 else if (idx > IWN4965_MAX_PWR_INDEX) in iwn4965_set_txpower()5801 idx = IWN4965_MAX_PWR_INDEX; in iwn4965_set_txpower()