]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: change beacon/connection polling
authorStanislaw Gruszka <sgruszka@redhat.com>
Tue, 27 Aug 2013 09:36:35 +0000 (11:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 26 Sep 2013 11:27:11 +0000 (13:27 +0200)
commit8b1d2ca2288575269b22f4785197e8ccd74ccbfd
tree99e841bbfa3a32368cdaceb9fd7bc40a576a0205
parent17985dfee8e491948f2d77d458f11e7b7f07cf9b
mac80211: change beacon/connection polling

Since when we detect beacon lost we do active AP probing (using nullfunc
frame or probe request) there is no need to have beacon polling. Flags
IEEE80211_STA_BEACON_POLL seems to be used just for historical reasons.

Change also make that after we start connection poll due to beacon loss,
next received beacon will abort the poll.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/scan.c