diff options
author | Bitterblue Smith <rtl8821cerfe2@gmail.com> | 2024-08-21 16:11:03 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-04 17:29:49 +0300 |
commit | d71300d07f398f0db3b85dd3a59a3b5974a353a9 (patch) | |
tree | b68b34386373294835e357721138b3261bfaff6a /include/linux/string_helpers.h | |
parent | 9ecd9d7ad7f08ec2a2cf16caa60ca2d9311b863f (diff) | |
download | linux-d71300d07f398f0db3b85dd3a59a3b5974a353a9.tar.xz |
wifi: rtw88: Fix USB/SDIO devices not transmitting beacons
commit faa2e484b393c56bc1243dca6676a70bc485f775 upstream.
All USB devices supported by rtw88 have the same problem: they don't
transmit beacons in AP mode. (Some?) SDIO devices are also affected.
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 and SDIO devices.
Tested with RTL8811CU and RTL8723DU.
Cc: <stable@vger.kernel.org> # 6.6.x
Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/49de73b5-698f-4865-ab63-100e28dfc4a1@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/string_helpers.h')
0 files changed, 0 insertions, 0 deletions