Commit b226a826 authored by Johannes Berg's avatar Johannes Berg

mac80211: add a comment about monitor-to-dev injection

Add a note with a use-case for the monitor-to-dev injection
mechanism in mac80211, reported by Ben Greear.

Change-Id: I6456997ef9bc40b24ede860b6ef2fed5af49cf44
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 13baf667
...@@ -2270,6 +2270,9 @@ netdev_tx_t ieee80211_monitor_start_xmit(struct sk_buff *skb, ...@@ -2270,6 +2270,9 @@ netdev_tx_t ieee80211_monitor_start_xmit(struct sk_buff *skb,
* isn't always enough to find the interface to use; for proper * isn't always enough to find the interface to use; for proper
* VLAN/WDS support we will need a different mechanism (which * VLAN/WDS support we will need a different mechanism (which
* likely isn't going to be monitor interfaces). * likely isn't going to be monitor interfaces).
*
* This is necessary, for example, for old hostapd versions that
* don't use nl80211-based management TX/RX.
*/ */
sdata = IEEE80211_DEV_TO_SUB_IF(dev); sdata = IEEE80211_DEV_TO_SUB_IF(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment