From: Jakub Kicinski Date: Tue, 2 Jun 2015 19:10:13 +0000 (+0200) Subject: mac80211: remove obsolete sentence from documentation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c2d3955ba322471181ba0e6636ea9bdd9f521239;p=linux-beck.git mac80211: remove obsolete sentence from documentation FIF_PROMISC_IN_BSS was removed in commit df1404650ccb ("mac80211: remove support for IFF_PROMISC"). Signed-off-by: Jakub Kicinski Signed-off-by: Johannes Berg --- diff --git a/include/net/mac80211.h b/include/net/mac80211.h index e09a32cb139f..faadb736ac4d 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -2584,8 +2584,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 */