mac80211: filter probes in ieee80211_rx_mgmt_probe_resp
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 3 Aug 2008 11:32:01 +0000 (14:32 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 22 Aug 2008 20:29:58 +0000 (16:29 -0400)
commit8e7cdbb6333ef7654e708bd60e50a123688dcd7b
tree571d6ebb1d12f2171338e82fcffd3d25f2cb8178
parentf698d856f65c3fea091cc303a135967965c5b880
mac80211: filter probes in ieee80211_rx_mgmt_probe_resp

This patch moves filtering statement from ieee80211_rx_bss_info
which is called for both beacon and probe to ieee80211_rx_mgmt_probe_resp
and save few cycles in beacon parsing.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c