Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> wrote: > All USB devices supported by rtw88 have the same problem: they don't > transmit beacons in AP mode. The cause appears to be clearing > BIT_EN_BCNQ_DL of REG_FWHW_TXQ_CTRL before uploading the beacon reserved > page, so don't clear the bit for USB devices. > > Tested with RTL8811CU and RTL8723DU. > > Cc: stable@xxxxxxxxxxxxxxx # 6.6.x > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> > --- > I'm not sure if SDIO devices have the same problem. Also, should > BIT_EN_BCNQ_DL ever be cleared in this function? The relevant code is > disabled in all these drivers: I checked internal the latest driver, which codes are changed again. We will check flow internally and prepare a patch for this problem. This patch gives us good hints to address problem. Thanks.