From: Jakub Kicinski <[email protected]>
FIF_PROMISC_IN_BSS was removed in commit df1404650ccb
("mac80211: remove support for IFF_PROMISC").
Signed-off-by: Jakub Kicinski <[email protected]>
---
include/net/mac80211.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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
*/
--
2.1.0
On Tue, 2015-06-02 at 21:10 +0200, Jakub Kicinski wrote:
> From: Jakub Kicinski <[email protected]>
>
> FIF_PROMISC_IN_BSS was removed in commit df1404650ccb
> ("mac80211: remove support for IFF_PROMISC").
Applied, thanks.
johannes