> -----Original Message----- > From: Dmitry Antipov <dmantipov@xxxxxxxxx> > Sent: Thursday, September 28, 2023 1:23 PM > To: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > Cc: Kalle Valo <kvalo@xxxxxxxxxx>; linux-wireless@xxxxxxxxxxxxxxx; Dmitry Antipov <dmantipov@xxxxxxxxx> > Subject: [PATCH] [v2] wifi: rtlwifi: fix EDCA limit set by BT coexistence > > In 'rtl92c_dm_check_edca_turbo()', 'rtl88e_dm_check_edca_turbo()', > and 'rtl8723e_dm_check_edca_turbo()', the DL limit should be set > from the corresponding field of 'rtlpriv->btcoexist' rather than > UL. Compile tested only. > > Fixes: 0529c6b81761 ("rtlwifi: rtl8723ae: Update driver to match 06/28/14 Realtek version") > Fixes: c151aed6aa14 ("rtlwifi: rtl8188ee: Update driver to match Realtek release of 06282014") > Fixes: beb5bc402043 ("rtlwifi: rtl8192c-common: Convert common dynamic management routines for addition > of rtl8192se and rtl8192de") > Signed-off-by: Dmitry Antipov <dmantipov@xxxxxxxxx> Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx>