diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-09-21 02:37:22 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-22 00:19:42 +0400 |
commit | 390808db4ab5c658dc1eb8078d82027ce7d0ea78 (patch) | |
tree | 4e584861dfdd93b6ace23b63e10678b7e7f0042e /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | c68929060181eb088bef252c5f493a66a44e77b1 (diff) | |
download | linux-390808db4ab5c658dc1eb8078d82027ce7d0ea78.tar.xz |
iwlagn: split remain-on-channel
If we're associated and want to do P2P at the same
time, the scan for remain-on-channel is currently
limited to 80ms because of the way the device will
behave in that case. Instead of doing that, split
up the dwell times into little pieces. It will not
actually be a single big dwell time then, but will
be close enough. This improves robustness of P2P
in such scenarios.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index fabfc8bf4971..7f534c45d1fd 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h @@ -1029,7 +1029,7 @@ struct iwl_priv { struct delayed_work hw_roc_disable_work; enum nl80211_channel_type hw_roc_chantype; int hw_roc_duration; - bool hw_roc_setup; + bool hw_roc_setup, hw_roc_start_notified; /* bt coex */ u8 bt_enable_flag; |