diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-07-01 07:48:56 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-07-25 09:02:59 -0400 |
commit | da4f87f088b3ddfc9153aa3559834a3922da4395 (patch) | |
tree | 8e7022e3eaf8e3b09b5d9c1ad7631604a4e6fe39 /drivers/net/wireless/iwlwifi/dvm/rxon.c | |
parent | 03e304e4e7ace25a532bfed51c7737d4aec768cd (diff) |
iwlwifi: dvm: remove P2P support
We're not planning to support P2P on older devices, so
remove the Kconfig option and associated code for it.
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/dvm/rxon.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/dvm/rxon.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/wireless/iwlwifi/dvm/rxon.c b/drivers/net/wireless/iwlwifi/dvm/rxon.c index cd1ad0019185..d7ce2f12a907 100644 --- a/drivers/net/wireless/iwlwifi/dvm/rxon.c +++ b/drivers/net/wireless/iwlwifi/dvm/rxon.c | |||
@@ -564,11 +564,7 @@ int iwlagn_set_pan_params(struct iwl_priv *priv) | |||
564 | cmd.slots[0].type = 0; /* BSS */ | 564 | cmd.slots[0].type = 0; /* BSS */ |
565 | cmd.slots[1].type = 1; /* PAN */ | 565 | cmd.slots[1].type = 1; /* PAN */ |
566 | 566 | ||
567 | if (priv->hw_roc_setup) { | 567 | if (ctx_bss->vif && ctx_pan->vif) { |
568 | /* both contexts must be used for this to happen */ | ||
569 | slot1 = IWL_MIN_SLOT_TIME; | ||
570 | slot0 = 3000; | ||
571 | } else if (ctx_bss->vif && ctx_pan->vif) { | ||
572 | int bcnint = ctx_pan->beacon_int; | 568 | int bcnint = ctx_pan->beacon_int; |
573 | int dtim = ctx_pan->vif->bss_conf.dtim_period ?: 1; | 569 | int dtim = ctx_pan->vif->bss_conf.dtim_period ?: 1; |
574 | 570 | ||