RE: [PATCH rtw-next 2/6] wifi: rtw89: usb: fix leak in rtw89_usb_write_port()

From: Ping-Ke Shih

Date: Mon Sep 29 2025 - 22:03:25 EST


Fedor Pchelkin <pchelkin@xxxxxxxxx> wrote:
> >
> > By the way, during I review this function, txcb->tx_ack_queue is a
> > struct sk_buff_head, how about just struct sk_buff *skb?
> > (I might ask Bitterblue Smith about this).
>
> tx_ack_queue is implemented like in rtw88, but there is no TX aggregation
> in rtw89 yet I guess.

Got it & thanks.