From: Yan-Hsuan Chuang <yhchuang@xxxxxxxxxxx> This patchset adds some regular updates and fixes for the driver. For the RA info and SGI fix, we found a little throughput degradation under some situations. Fix it. For the TX descriptor update, the driver asks the hardware to update the sequence for some of the frames, such as management frames, or the frames that are downloaded to the hardware. The coex and the beacon enable/disable update are most for the AP mode, the coex update can prevent sometimes the AP is not able to transmit frames. The other can let the AP to disable or enable the beacon. Tsang-Shian Lin (2): rtw88: fix LDPC field for RA info rtw88: fix short GI capability based on current bandwidth Tzu-En Huang (2): rtw88: update tx descriptor of mgmt and reserved page packets rtw88: add h2c command in debugfs Yan-Hsuan Chuang (3): rtw88: coex: only skip coex triggered by BT info rtw88: add ieee80211_ops::change_interface rtw88: allows driver to enable/disable beacon drivers/net/wireless/realtek/rtw88/coex.c | 3 +- drivers/net/wireless/realtek/rtw88/debug.c | 30 +++++ drivers/net/wireless/realtek/rtw88/fw.c | 17 ++- drivers/net/wireless/realtek/rtw88/fw.h | 2 + drivers/net/wireless/realtek/rtw88/mac80211.c | 27 +++++ drivers/net/wireless/realtek/rtw88/main.c | 11 +- drivers/net/wireless/realtek/rtw88/main.h | 2 + drivers/net/wireless/realtek/rtw88/tx.c | 104 ++++++++++++------ drivers/net/wireless/realtek/rtw88/tx.h | 13 ++- 9 files changed, 163 insertions(+), 46 deletions(-) -- 2.17.1