> -----Original Message----- > From: Dmitry Antipov <dmantipov@xxxxxxxxx> > Sent: Monday, October 16, 2023 9:59 PM > To: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > Cc: Kalle Valo <kvalo@xxxxxxxxxx>; linux-wireless@xxxxxxxxxxxxxxx; Dmitry Antipov <dmantipov@xxxxxxxxx> > Subject: [PATCH 2/3] wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface > > Since 'fill_fake_txdesc()' is actually implemented for rtl8192cu > only but never used, there is no need to maintain function pointer > in 'struct rtl_hal_ops' and 'rtl92cu_fill_fake_txdesc()' may be > dropped. Compile tested only. > > Signed-off-by: Dmitry Antipov <dmantipov@xxxxxxxxx> Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx>