> -----Original Message----- > From: Dmitry Antipov <dmantipov@xxxxxxxxx> > Sent: Monday, October 23, 2023 5:17 PM > To: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > Cc: Kalle Valo <kvalo@xxxxxxxxxx>; linux-wireless@xxxxxxxxxxxxxxx; Dmitry Antipov <dmantipov@xxxxxxxxx> > Subject: [PATCH 2/3] [v2] wifi: rtlwifi: cleanup struct rtl_phy > > Remove unused and read by otherwise unused 'h2c_box_num', > 'rfpienable', 'reserve_0', 'reserve_1', 'iqk_in_progress', > 'apk_done' and 'hw_rof_enable' fields of 'struct rtl_phy', > adjust related code. Compile tested only. > > Signed-off-by: Dmitry Antipov <dmantipov@xxxxxxxxx> Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx>