aboutsummaryrefslogtreecommitdiff
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorJakub Kicinski <kubakici@wp.pl>2015-06-02 21:10:13 +0200
committerJohannes Berg <johannes.berg@intel.com>2015-06-09 21:48:20 +0200
commitc2d3955ba322471181ba0e6636ea9bdd9f521239 (patch)
treee8a24bf2856c5eb01c80acf82012abacfed77886 /include/net/mac80211.h
parent472be00d04edccbc1ad2d79540b1e9ea99cc7c7f (diff)
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 <kubakici@wp.pl> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h3
1 files changed, 1 insertions, 2 deletions
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
*/