diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-03-27 17:40:22 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-04-08 03:16:59 -0400 |
commit | afdc7c18e9f2a768865b6caa886e605719a6304e (patch) | |
tree | c673f7ec09cdfa8a656e11ff46a39fcef45f93e7 /net/mac80211 | |
parent | ae76eef027f75fadd8a8eda55ee07707f077aacb (diff) |
mac80211: remove outdated comment referring to master interface
The code now explicitly calls ieee80211_configure_filter()
anyway, so nothing needs to be explained.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/iface.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index 2bdbf14e7b74..760268e51951 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c | |||
@@ -718,12 +718,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata, | |||
718 | WARN_ON_ONCE((sdata->vif.type != NL80211_IFTYPE_WDS && flushed > 0) || | 718 | WARN_ON_ONCE((sdata->vif.type != NL80211_IFTYPE_WDS && flushed > 0) || |
719 | (sdata->vif.type == NL80211_IFTYPE_WDS && flushed != 1)); | 719 | (sdata->vif.type == NL80211_IFTYPE_WDS && flushed != 1)); |
720 | 720 | ||
721 | /* | 721 | /* don't count this interface for promisc/allmulti while it is down */ |
722 | * Don't count this interface for promisc/allmulti while it | ||
723 | * is down. dev_mc_unsync() will invoke set_multicast_list | ||
724 | * on the master interface which will sync these down to the | ||
725 | * hardware as filter flags. | ||
726 | */ | ||
727 | if (sdata->flags & IEEE80211_SDATA_ALLMULTI) | 722 | if (sdata->flags & IEEE80211_SDATA_ALLMULTI) |
728 | atomic_dec(&local->iff_allmultis); | 723 | atomic_dec(&local->iff_allmultis); |
729 | 724 | ||