Re: [PATCH v2 1/2] rtw88: follow the AP basic rates for tx mgmt frame
From: Brian Norris <briannorris@chromium.org>
Date: 2021-06-11 22:45:37
From: Brian Norris <briannorris@chromium.org>
Date: 2021-06-11 22:45:37
On Thu, Apr 22, 2021 at 11:04:12AM +0800, Ping-Ke Shih wrote:
From: Yu-Yen Ting <redacted> By default the driver uses the 1M and 6M rate for managemnt frames in 2G and 5G bands respectively. But when the basic rates is configured from the mac80211, we need to send the management frames according to the basic rates. This commit makes the driver use the lowest basic rates to send the management frames. Signed-off-by: Yu-Yen Ting <redacted> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> --- v2: move debugfs as a separated patch v1: the original patch is "[PATCH 2/7] rtw88: follow the AP basic rates for tx mgmt frame"
FWIW: Reviewed-by: Brian Norris <briannorris@chromium.org> Tested-by: Brian Norris <briannorris@chromium.org>