From: Kalle Valo Date: Wed, 18 Mar 2009 12:06:44 +0000 (+0200) Subject: mac80211: don't drop nullfunc frames during software scan X-Git-Tag: v2.6.30-rc1~642^2^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9a6ffffd05f97e6acbdeafc595e269855829751;p=pandora-kernel.git mac80211: don't drop nullfunc frames during software scan ieee80211_tx_h_check_assoc() was dropping everything else than probe requests during software scan. So the nullfunc frame with the power save bit was dropped and AP never received it. This meant that AP never buffered any frames for the station during software scan. Fix this by allowing to transmit both probe request and nullfunc frames during software scan. Tested with stlc45xx. Signed-off-by: Kalle Valo Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed