|
@@ -72,7 +72,7 @@
|
|
|
#include "iwl-trans.h"
|
|
#include "iwl-trans.h"
|
|
|
|
|
|
|
|
#define CHANNEL_NUM_SIZE 4 /* num of channels in calib_ch size */
|
|
#define CHANNEL_NUM_SIZE 4 /* num of channels in calib_ch size */
|
|
|
-#define IWL_NUM_PAPD_CH_GROUPS 4
|
|
|
|
|
|
|
+#define IWL_NUM_PAPD_CH_GROUPS 7
|
|
|
#define IWL_NUM_TXP_CH_GROUPS 9
|
|
#define IWL_NUM_TXP_CH_GROUPS 9
|
|
|
|
|
|
|
|
struct iwl_phy_db_entry {
|
|
struct iwl_phy_db_entry {
|
|
@@ -383,7 +383,7 @@ static int iwl_phy_db_send_all_channel_groups(
|
|
|
if (!entry)
|
|
if (!entry)
|
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
- if (WARN_ON_ONCE(!entry->size))
|
|
|
|
|
|
|
+ if (!entry->size)
|
|
|
continue;
|
|
continue;
|
|
|
|
|
|
|
|
/* Send the requested PHY DB section */
|
|
/* Send the requested PHY DB section */
|