projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472be00
)
mac80211: remove obsolete sentence from documentation
author
Jakub Kicinski
<kubakici@wp.pl>
Tue, 2 Jun 2015 19:10:13 +0000
(21:10 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 9 Jun 2015 19:48:20 +0000
(21:48 +0200)
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>
include/net/mac80211.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/mac80211.h
b/include/net/mac80211.h
index e09a32cb139f28425f0f12e4e3b83540e4d8b719..faadb736ac4d3ca02abd9c031fc114f897913476 100644
(file)
--- 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
*/