mac80211: Do not queue Probe Request frames for station MLME
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 16 Nov 2009 17:54:08 +0000 (19:54 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Nov 2009 19:17:14 +0000 (14:17 -0500)
commitb23709248fc9b6d5877f9c741d639a160ed21ff6
treed7be06b4fbfacd1c9cf9d0c44b0e762993d8120f
parent2eb2fa67e5462a36e98172fb92c78bc405b3035f
mac80211: Do not queue Probe Request frames for station MLME

Cooked monitor interfaces cannot currently receive Probe Request
frames when the interface is in station mode. However, we do not
process Probe Request frames internally in the station MLME, so there
is no point in queueing the frame here. Remove Probe Request frames
from the queued frame list to allow cooked monitor interfaces to
receive these frames.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c