diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-12-16 06:02:03 -0500 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-12-28 13:00:21 -0500 |
commit | 2624a5ca76eff87e92ec2be9ea76dd382993bd19 (patch) | |
tree | 864a9f95ce86ff33b2ab233f26fb81455847f691 | |
parent | 37948fcfd0bef2344df4245f231947cbadb6341a (diff) |
iwlwifi: mvm: support 2 different channels
The driver and the firmware now support 2 different channels
at the same time. Advertise this capability to the stack.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/mac80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/iwlwifi/mvm/mac80211.c index 9ccecbc588f9..4db051d84f1c 100644 --- a/drivers/net/wireless/iwlwifi/mvm/mac80211.c +++ b/drivers/net/wireless/iwlwifi/mvm/mac80211.c | |||
@@ -106,7 +106,7 @@ static const struct ieee80211_iface_limit iwl_mvm_limits[] = { | |||
106 | 106 | ||
107 | static const struct ieee80211_iface_combination iwl_mvm_iface_combinations[] = { | 107 | static const struct ieee80211_iface_combination iwl_mvm_iface_combinations[] = { |
108 | { | 108 | { |
109 | .num_different_channels = 1, | 109 | .num_different_channels = 2, |
110 | .max_interfaces = 3, | 110 | .max_interfaces = 3, |
111 | .limits = iwl_mvm_limits, | 111 | .limits = iwl_mvm_limits, |
112 | .n_limits = ARRAY_SIZE(iwl_mvm_limits), | 112 | .n_limits = ARRAY_SIZE(iwl_mvm_limits), |