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 ca76817 commit ed4f0c1Copy full SHA for ed4f0c1
drivers/net/wireless/realtek/rtw88/tx.c
@@ -656,9 +656,8 @@ void __rtw_tx_work(struct rtw_dev *rtwdev)
656
list_for_each_entry_safe(rtwtxq, tmp, &rtwdev->txqs, list) {
657
struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq);
658
unsigned long frame_cnt;
659
- unsigned long byte_cnt;
660
661
- ieee80211_txq_get_depth(txq, &frame_cnt, &byte_cnt);
+ ieee80211_txq_get_depth(txq, &frame_cnt, NULL);
662
rtw_txq_push(rtwdev, rtwtxq, frame_cnt);
663
664
list_del_init(&rtwtxq->list);
0 commit comments