diff options
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r-- | net/mac80211/rx.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 50c2c881249d..045b2fe4a414 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -142,11 +142,8 @@ ieee80211_add_rx_radiotap_header(struct ieee80211_local *local, | |||
142 | /* IEEE80211_RADIOTAP_RATE */ | 142 | /* IEEE80211_RADIOTAP_RATE */ |
143 | if (status->flag & RX_FLAG_HT) { | 143 | if (status->flag & RX_FLAG_HT) { |
144 | /* | 144 | /* |
145 | * TODO: add following information into radiotap header once | 145 | * MCS information is a separate field in radiotap, |
146 | * suitable fields are defined for it: | 146 | * added below. |
147 | * - MCS index (status->rate_idx) | ||
148 | * - HT40 (status->flag & RX_FLAG_40MHZ) | ||
149 | * - short-GI (status->flag & RX_FLAG_SHORT_GI) | ||
150 | */ | 147 | */ |
151 | *pos = 0; | 148 | *pos = 0; |
152 | } else { | 149 | } else { |