aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
authorMohammed Shafi Shajakhan <mshajakhan@atheros.com>2011-02-07 10:10:04 +0530
committerJohn W. Linville <linville@tuxdriver.com>2011-02-07 16:18:28 -0500
commit38f37be20941a6f1931ca4c051e638f947415eab (patch)
tree8f0ed7b0623b5fa604a1934c31fbdf13afe803f5 /net/mac80211/rx.c
parent4f3123366f78cf34ce7caab923e2b3c4fe9e16c2 (diff)
downloadkernel_samsung_smdk4412-38f37be20941a6f1931ca4c051e638f947415eab.zip
kernel_samsung_smdk4412-38f37be20941a6f1931ca4c051e638f947415eab.tar.gz
kernel_samsung_smdk4412-38f37be20941a6f1931ca4c051e638f947415eab.tar.bz2
mac80211: Update comments on radiotap MCS index
mac80211 now supports passing MCS index to radiotap, so update the comments regarding this Signed-off-by: Mohammed Shafi Shajakhan <mshajakhan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r--net/mac80211/rx.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 50c2c88..045b2fe 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -142,11 +142,8 @@ ieee80211_add_rx_radiotap_header(struct ieee80211_local *local,
/* IEEE80211_RADIOTAP_RATE */
if (status->flag & RX_FLAG_HT) {
/*
- * TODO: add following information into radiotap header once
- * suitable fields are defined for it:
- * - MCS index (status->rate_idx)
- * - HT40 (status->flag & RX_FLAG_40MHZ)
- * - short-GI (status->flag & RX_FLAG_SHORT_GI)
+ * MCS information is a separate field in radiotap,
+ * added below.
*/
*pos = 0;
} else {