commit | 53d69c399abf3b382c1e737ff9402d31ca5a7a51 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Mon Dec 12 15:30:04 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Dec 13 15:34:15 2011 -0500 |
tree | eb70683acb6c0db857ca55def7fb44c7a4d6efa3 | |
parent | 0d392e938b55935cf4137e05a23009dc168481c3 [diff] |
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 <eyal@wizery.com> Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>