]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: don't delay the association until after beacon
authorJohannes Berg <johannes.berg@intel.com>
Thu, 24 Jan 2013 22:48:23 +0000 (23:48 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 12 Feb 2013 15:52:25 +0000 (16:52 +0100)
commitb5fcc4b4d1da8a1b1f961e62e3a8ea7b6a4c09ed
tree0afac8659a19ab3a93ae636ecb87da0c9c7afe17
parentb8c2036bcffac99bece2bec6e595e941811dac4d
iwlwifi: mvm: don't delay the association until after beacon

If we haven't heard a beacon before we associate we can
still start the association process and set the MAC in
the firmware to associated only after having received a
beacon with DTIM period by reacting to the new change
flag (BSS_CHANGED_DTIM_PERIOD) from mac80211.

This reduces the association time in these cases.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/mvm/mac-ctxt.c
drivers/net/wireless/iwlwifi/mvm/mac80211.c
drivers/net/wireless/iwlwifi/mvm/time-event.c