aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2014-02-13 13:27:42 +0100
committerJohannes Berg <johannes.berg@intel.com>2014-02-13 13:27:42 +0100
commitd85dad75566674ca8012715ac00a84ced3697972 (patch)
tree367ab758475187f19a4f691dc926b01bba328bf4
parent06d181a8fd58031db9c114d920b40d8820380a6e (diff)
downloadmac80211-next-csa-d85dad75566674ca8012715ac00a84ced3697972.tar.gz
mac80211: remove erroneous comment about RX radiotap header
There's no way the driver can pre-build the radiotap header, so remove the comment stating that it can. Reported-by: Jouni Malinen <j@w1.fi> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--include/net/mac80211.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 2d4d31212eedd5..a6bcc39e146e0e 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -66,10 +66,6 @@
*
* Secondly, when the hardware handles fragmentation, the frame handed to
* the driver from mac80211 is the MSDU, not the MPDU.
- *
- * Finally, for received frames, the driver is able to indicate that it has
- * filled a radiotap header and put that in front of the frame; if it does
- * not do so then mac80211 may add this under certain circumstances.
*/
/**