commit | 8e7cdbb6333ef7654e708bd60e50a123688dcd7b | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Sun Aug 03 14:32:01 2008 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 22 16:29:58 2008 -0400 |
tree | 571d6ebb1d12f2171338e82fcffd3d25f2cb8178 | |
parent | f698d856f65c3fea091cc303a135967965c5b880 [diff] |
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>