]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
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)
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

index dcc14e99227c03ed9dccbd2d1db8481dabe5c138..2af306f67d78eb60022b2366c2d7ce6593162b2a 100644 (file)
@@ -1898,7 +1898,6 @@ ieee80211_rx_result ieee80211_sta_rx_mgmt(struct ieee80211_sub_if_data *sdata,
        fc = le16_to_cpu(mgmt->frame_control);
 
        switch (fc & IEEE80211_FCTL_STYPE) {
-       case IEEE80211_STYPE_PROBE_REQ:
        case IEEE80211_STYPE_PROBE_RESP:
        case IEEE80211_STYPE_BEACON:
        case IEEE80211_STYPE_AUTH: