From: Eliad Peller Date: Mon, 12 Dec 2011 13:30:04 +0000 (+0200) Subject: mac80211: don't check sdata_running in vif notifier X-Git-Tag: v3.3-rc1~182^2~178^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d69c399abf3b382c1e737ff9402d31ca5a7a51;p=pandora-kernel.git mac80211: don't check sdata_running in vif notifier The ip address of the vif can be set even before the vif is up. requiring the vif to be up in the vif notifier makes the notifer ignore this event, which causes wrong arp filter configuration later on. Reported-by: Eyal Shapira Signed-off-by: Eliad Peller Signed-off-by: John W. Linville --- Reading git-diff-tree failed