commit | cbe77dde4757446bbe333299b0c91d48b8d575a2 | [log] [tgz] |
---|---|---|
author | John Crispin <john@phrozen.org> | Sun Jul 14 17:44:14 2019 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jul 26 13:41:45 2019 +0200 |
tree | d9ee87c9c5a25f023d40058d297c928abb118908 | |
parent | 2aa485e1148557215337731b2c79f5569edcbbab [diff] |
mac80211: add xmit rate to struct ieee80211_tx_status Right now struct ieee80211_tx_rate cannot hold HE rates. Lets use struct ieee80211_tx_status instead. This will also make the code future-proof for when we have EHT. Signed-off-by: John Crispin <john@phrozen.org> Link: https://lore.kernel.org/r/20190714154419.11854-2-john@phrozen.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>