RE: [PATCH v2 1/2] rtw88: follow the AP basic rates for tx mgmt frame
From: Pkshih <pkshih@realtek.com>
Date: 2021-06-10 03:03:40
From: Pkshih <pkshih@realtek.com>
Date: 2021-06-10 03:03:40
-----Original Message----- From: Ping-Ke Shih [mailto:pkshih@realtek.com] Sent: Thursday, April 22, 2021 11:04 AM To: tony0620emma@gmail.com; kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org; Steven Ting Subject: [PATCH v2 1/2] rtw88: follow the AP basic rates for tx mgmt frame 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" ---
[...] Gentle ping. The patchset v2 is separated into two patches. Is there any further suggestion? -- Ping-Ke