|
@@ -75,7 +75,7 @@ void ath10k_txrx_tx_unref(struct ath10k_htt *htt,
|
|
ath10k_report_offchan_tx(htt->ar, msdu);
|
|
ath10k_report_offchan_tx(htt->ar, msdu);
|
|
|
|
|
|
info = IEEE80211_SKB_CB(msdu);
|
|
info = IEEE80211_SKB_CB(msdu);
|
|
- memset(info, 0, sizeof(*info));
|
|
|
|
|
|
+ memset(&info->status, 0, sizeof(info->status));
|
|
|
|
|
|
if (tx_done->discard) {
|
|
if (tx_done->discard) {
|
|
ieee80211_free_txskb(htt->ar->hw, msdu);
|
|
ieee80211_free_txskb(htt->ar->hw, msdu);
|