From: Andrey Yurovsky Date: Fri, 31 Oct 2008 21:50:12 +0000 (-0700) Subject: mac80211: disable BSSID filtering for mesh interfaces X-Git-Tag: v2.6.29-rc1~581^2~580^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c9aa512945aa5552d03c7d6d6c3b826a3f9e28;p=pandora-kernel.git 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 Signed-off-by: Javier Cardona Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed