Commit 6693228d authored by Pavel Roskin's avatar Pavel Roskin Committed by Jeff Garzik

[PATCH] Remove comment about IEEE80211_RADIOTAP_FCS

IEEE80211_RADIOTAP_FCS is obsolete and should not be used.  It's no
longer defined.  Remove it from the comment too.
Signed-off-by: default avatarPavel Roskin <proski@gnu.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3a5c393e
...@@ -186,9 +186,6 @@ struct ieee80211_radiotap_header { ...@@ -186,9 +186,6 @@ struct ieee80211_radiotap_header {
* *
* Number of unicast retries a transmitted frame used. * Number of unicast retries a transmitted frame used.
* *
* IEEE80211_RADIOTAP_FCS __le32 data
*
* FCS from frame in network byte order.
*/ */
enum ieee80211_radiotap_type { enum ieee80211_radiotap_type {
IEEE80211_RADIOTAP_TSFT = 0, IEEE80211_RADIOTAP_TSFT = 0,
......
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