ath11k: drop tx_info from ath11k_sta
authorJohn Crispin <john@phrozen.org>
Tue, 4 Feb 2020 15:11:32 +0000 (16:11 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 11 Feb 2020 18:28:21 +0000 (20:28 +0200)
commitbe43ce646b93899b23eaac55aea695397db2f35f
tree650ef23d8a9b10205aefaae01ad2fc809eda7bd7
parentdf57acc415b16299ddef108551c80929a41d5754
ath11k: drop tx_info from ath11k_sta

We will start using ieee80211_tx_status_ext() so we do not need to track
tx rates inside a struct ieee80211_tx_info. It is currently not possible
to populate that struct with HE rate info anyhow.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath11k/core.h
drivers/net/wireless/ath/ath11k/dp_rx.c