Message ID | 1433272213-6346-1-git-send-email-moorray3@wp.pl (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Johannes Berg |
Headers | show |
On Tue, 2015-06-02 at 21:10 +0200, Jakub Kicinski wrote: > From: Jakub Kicinski <kubakici@wp.pl> > > FIF_PROMISC_IN_BSS was removed in commit df1404650ccb > ("mac80211: remove support for IFF_PROMISC"). Applied, thanks. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 2f8b7decace0..e117119927ec 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -2591,8 +2591,7 @@ void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb); * * @FIF_OTHER_BSS: pass frames destined to other BSSes * - * @FIF_PSPOLL: pass PS Poll frames, if PROMISC_IN_BSS is not set then only - * those addressed to this station. + * @FIF_PSPOLL: pass PS Poll frames * * @FIF_PROBE_REQ: pass probe request frames */