mac80211: remove erroneous comment about RX radiotap header
authorJohannes Berg <johannes.berg@intel.com>
Thu, 13 Feb 2014 12:27:42 +0000 (13:27 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 13 Feb 2014 12:27:42 +0000 (13:27 +0100)
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>
include/net/mac80211.h

index 2d4d31212eedd5f8441bcaff387b9dc83b77e430..a6bcc39e146e0e08c1a0364242bedc7613696960 100644 (file)
  *
  * 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.
  */
 
 /**