> -----Original Message-----
> From: Dmitry Antipov <[email protected]>
> Sent: Monday, October 16, 2023 9:59 PM
> To: Ping-Ke Shih <[email protected]>
> Cc: Kalle Valo <[email protected]>; [email protected]; Dmitry Antipov <[email protected]>
> Subject: [PATCH 1/3] wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interface
>
> Since 'pre_fill_tx_bd_desc()' is actually used for rtl8192ee only,
> there is no need to maintain function pointer in 'struct rtl_hal_ops',
> and 'rtl92ee_pre_fill_tx_bd_desc()' may be converted to static.
> Compile tested only.
>
> Signed-off-by: Dmitry Antipov <[email protected]>
Acked-by: Ping-Ke Shih <[email protected]>