commit | c1428b3f45d152a300e4f18638ebf30ceafda6c3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Fri Nov 16 02:54:53 2007 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 20 16:20:31 2007 -0500 |
tree | b20a916281f23052a0001771c95d49d3364960a9 | |
parent | b52f2198ac889561d341c6990d669a671f93f450 [diff] |
mac80211: fix allmulti/promisc behaviour When an interface with promisc/allmulti bit is taken down, the mac80211 state can become confused. This fixes it by making mac80211 keep track of all *active* interfaces that have the promisc/allmulti bit set in the sdata, we sync the interface bit into sdata at set_multicast_list() time so this works. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>