HomeSort by: relevance | last modified time | path
    Searched refs:IWN4965_MAX_PWR_INDEX (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwnreg.h 1709 #define IWN4965_MAX_PWR_INDEX 107
1715 static const uint8_t iwn4965_rf_gain_2ghz[IWN4965_MAX_PWR_INDEX + 1] = {
1728 static const uint8_t iwn4965_rf_gain_5ghz[IWN4965_MAX_PWR_INDEX + 1] = {
1745 static const uint8_t iwn4965_dsp_gain_2ghz[IWN4965_MAX_PWR_INDEX + 1] = {
1758 static const uint8_t iwn4965_dsp_gain_5ghz[IWN4965_MAX_PWR_INDEX + 1] = {
if_iwn.c 3833 else if (idx > IWN4965_MAX_PWR_INDEX)
3834 idx = IWN4965_MAX_PWR_INDEX;

Completed in 17 milliseconds