]> asedeno.scripts.mit.edu Git - linux.git/commit
mac80211: fix TX legacy rate reporting when tx_status_ext is used
authorJohn Crispin <john@phrozen.org>
Wed, 7 Aug 2019 07:59:46 +0000 (09:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 21 Aug 2019 08:32:06 +0000 (10:32 +0200)
commitdc649d649a5e07eaf8f4aefb8f0e35cc178dd11f
tree0937c28bb28febef2ddba332f881f0c48cca7b89
parent8c40f3b212a373be843a29db608b462af5c3ed5d
mac80211: fix TX legacy rate reporting when tx_status_ext is used

The RX Radiotap header length was not calculated properly when reporting
legacy rates using tx_status_ext.

Fixes: 3d07ffcaf320 ("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-1-john@phrozen.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/status.c