]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: allow calling ieee80211_ap_probereq_get() during auth/assoc
authorEliad Peller <eliad@wizery.com>
Thu, 28 Jun 2012 12:03:13 +0000 (15:03 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Jul 2012 12:47:44 +0000 (14:47 +0200)
commit5172ca3110868f181910cb026a0b78203fe5eefc
treee595e36f1d1b4d591d31a4560b26380998d048a1
parent99ee207fa1e142d68cb04ff22ad478f7010a675b
mac80211: allow calling ieee80211_ap_probereq_get() during auth/assoc

Drivers might need getting the probe request
(e.g. in order to extract the ssid) even during
auth/assoc.

Make ieee80211_ap_probereq_get() support it
by considering auth_data/assoc_data as well.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c