mac80211: disable BSSID filtering for mesh interfaces
authorAndrey Yurovsky <andrey@cozybit.com>
Fri, 31 Oct 2008 21:50:12 +0000 (14:50 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 21 Nov 2008 16:06:03 +0000 (11:06 -0500)
commita3c9aa512945aa5552d03c7d6d6c3b826a3f9e28
tree7115dde22db957f1b8c75966614a5fe921788db7
parentb7b05fe7f92e21e933caa529fd8d78bbbbfbd293
mac80211: disable BSSID filtering for mesh interfaces

Mesh interfaces are currently opened with the FIF_ALLMULTI rx filter flag set,
however there is no BSSID in mesh so BSSID filtering should be disabled by
setting the FIF_OTHER_BSS flag as well.  Also explicitly call
ieee80211_configure_filter for mesh.

Signed-off-by: Andrey Yurovsky <andrey@cozybit.com>
Signed-off-by: Javier Cardona <javier@cozbit.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/iface.c