Re: [PATCH 1/3] wireless: add radiotap A-MPDU status field
From: Gertjan van Wingerde <hidden>
Date: 2012-07-31 17:00:53
From: Gertjan van Wingerde <hidden>
Date: 2012-07-31 17:00:53
Hi Johannes, On 31 jul. 2012, at 13:35, Johannes Berg [off-list ref] wrote:
From: Johannes Berg <redacted> Define the A-MPDU status field in radiotap, also update the radiotap parser for it and the MCS field that was apparently missed last time. Signed-off-by: Johannes Berg <redacted> --- include/net/ieee80211_radiotap.h | 11 +++++++++++ net/wireless/radiotap.c | 2 ++ 2 files changed, 13 insertions(+)diff --git a/include/net/ieee80211_radiotap.h b/include/net/ieee80211_radiotap.h index 7139254..b273c5b 100644 --- a/include/net/ieee80211_radiotap.h +++ b/include/net/ieee80211_radiotap.h@@ -183,6 +183,9 @@ struct ieee80211_radiotap_header { * Contains a bitmap of known fields/flags, the flags, and * the MCS index. * + * IEEE80211_RADIOTAP_AMPDU_STATUS u32, u16, u8, u8 unitlesss
Just a minor nit, but there seems to be an 's' too many in unitlesss above. --- Gertjan