]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: add missing length field increment when generating Radiotap header
authorJohn Crispin <john@phrozen.org>
Wed, 7 Aug 2019 07:59:49 +0000 (09:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 21 Aug 2019 08:33:45 +0000 (10:33 +0200)
commit509fd672be1308d6e9648024d5ecb774edf9d9a7
treecc0652dfdd63b9240f0b78c970cce7ea22d5cbae
parent87a382017bd108035999825d893d04556961604b
mac80211: add missing length field increment when generating Radiotap header

The code generating the Tx Radiotap header when using tx_status_ext was
missing a field increment after setting the VHT bandwidth.

Fixes: dd70689edb6f ("mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap_header")
Signed-off-by: John Crispin <john@phrozen.org>
Link: https://lore.kernel.org/r/20190807075949.32414-4-john@phrozen.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/status.c