Re: [PATCH RESEND] mac80211: parse VHT info in injected frames
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-02-23 13:07:53
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-02-23 13:07:53
On Tue, 2016-02-23 at 12:11 +0100, Lorenzo Bianconi wrote:
Add VHT radiotap parsing support to ieee80211_parse_tx_radiotap(). That capability has been tested using a d-link dir-860l rev b1 running OpenWrt trunk and mt76 driver + VHT rate for the transmission (only for devices without own rate control). + Also some flags are parsed + + IEEE80211_TX_RC_SHORT_GI: use short guard interval + IEEE80211_TX_RC_40_MHZ_WIDTH: send in HT40 mode + IEEE80211_TX_RC_80_MHZ_WIDTH: send in HT80 mode + IEEE80211_TX_RC_160_MHZ_WIDTH: send in HT160 mode
Wait, I think we somehow confused each other? I thought you were going to resend with the *_RADIOTAP_* flags here. johannes