diff options
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-phy-db.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-phy-db.c b/drivers/net/wireless/iwlwifi/iwl-phy-db.c index fa77d63a277a..b761ac4822a3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-phy-db.c +++ b/drivers/net/wireless/iwlwifi/iwl-phy-db.c | |||
@@ -72,7 +72,7 @@ | |||
72 | #include "iwl-trans.h" | 72 | #include "iwl-trans.h" |
73 | 73 | ||
74 | #define CHANNEL_NUM_SIZE 4 /* num of channels in calib_ch size */ | 74 | #define CHANNEL_NUM_SIZE 4 /* num of channels in calib_ch size */ |
75 | #define IWL_NUM_PAPD_CH_GROUPS 4 | 75 | #define IWL_NUM_PAPD_CH_GROUPS 7 |
76 | #define IWL_NUM_TXP_CH_GROUPS 9 | 76 | #define IWL_NUM_TXP_CH_GROUPS 9 |
77 | 77 | ||
78 | struct iwl_phy_db_entry { | 78 | struct iwl_phy_db_entry { |
@@ -383,7 +383,7 @@ static int iwl_phy_db_send_all_channel_groups( | |||
383 | if (!entry) | 383 | if (!entry) |
384 | return -EINVAL; | 384 | return -EINVAL; |
385 | 385 | ||
386 | if (WARN_ON_ONCE(!entry->size)) | 386 | if (!entry->size) |
387 | continue; | 387 | continue; |
388 | 388 | ||
389 | /* Send the requested PHY DB section */ | 389 | /* Send the requested PHY DB section */ |