Skip to content

Commit

Permalink
mac80211: remove obsolete sentence from documentation
Browse files Browse the repository at this point in the history
FIF_PROMISC_IN_BSS was removed in commit df14046
("mac80211: remove support for IFF_PROMISC").

Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Jakub Kicinski authored and Johannes Berg committed Jun 9, 2015
1 parent 472be00 commit c2d3955
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit c2d3955

Please sign in to comment.