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)
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

Simple merge