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

No differences found