Home
last modified time | relevance | path

Searched refs:IWN4965_MAX_PWR_INDEX (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1725 #define IWN4965_MAX_PWR_INDEX 107 macro
1731 static const uint8_t iwn4965_rf_gain_2ghz[IWN4965_MAX_PWR_INDEX + 1] = {
1744 static const uint8_t iwn4965_rf_gain_5ghz[IWN4965_MAX_PWR_INDEX + 1] = {
1761 static const uint8_t iwn4965_dsp_gain_2ghz[IWN4965_MAX_PWR_INDEX + 1] = {
1774 static const uint8_t iwn4965_dsp_gain_5ghz[IWN4965_MAX_PWR_INDEX + 1] = {
H A Dif_iwn.c4792 else if (idx > IWN4965_MAX_PWR_INDEX) in iwn4965_set_txpower()
4793 idx = IWN4965_MAX_PWR_INDEX; in iwn4965_set_txpower()