> -----Original Message----- > From: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> > Sent: Saturday, October 29, 2022 12:36 AM > To: linux-wireless@xxxxxxxxxxxxxxx > Cc: Jes Sorensen <Jes.Sorensen@xxxxxxxxx> > Subject: [PATCH v3 2/5] wifi: rtl8xxxu: Fix the CCK RSSI calculation > > The CCK RSSI calculation is incorrect for the RTL8723BU, RTL8192EU, > and RTL8188FU. Add new functions for these chips with code copied from > their vendor drivers. Use the old code only for the RTL8723AU and > RTL8192CU. > > I didn't notice any difference in the reported signal strength with my > RTL8188FU, but I didn't look very hard either. > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> Reviewed-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > --- > v3: > - Feedback from Ping-Ke Shih: > - Use the name REG_AGC_RPT for register 0xa80. > - Use the name AGC_RPT_CCK for bit 7 of REG_AGC_RPT. > > v2: > - No change. > --- [...]