Re: [PATCH] mac80211: remove obsolete sentence from documentation

2015-06-09 Thread Johannes Berg
On Tue, 2015-06-02 at 21:10 +0200, Jakub Kicinski wrote:
 From: Jakub Kicinski kubak...@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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] mac80211: remove obsolete sentence from documentation

2015-06-02 Thread Jakub Kicinski
From: Jakub Kicinski kubak...@wp.pl

FIF_PROMISC_IN_BSS was removed in commit df1404650ccb
(mac80211: remove support for IFF_PROMISC).

Signed-off-by: Jakub Kicinski kubak...@wp.pl
---
 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

--
To unsubscribe from this list: send the line unsubscribe linux-wireless in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html