We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a806a81 commit fb2fcfbCopy full SHA for fb2fcfb
drivers/net/wireless/realtek/rtw88/sdio.c
@@ -1192,6 +1192,8 @@ static void rtw_sdio_indicate_tx_status(struct rtw_dev *rtwdev,
1192
struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
1193
struct ieee80211_hw *hw = rtwdev->hw;
1194
1195
+ skb_pull(skb, rtwdev->chip->tx_pkt_desc_sz);
1196
+
1197
/* enqueue to wait for tx report */
1198
if (info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) {
1199
rtw_tx_report_enqueue(rtwdev, skb, tx_data->sn);
0 commit comments