]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31
authorBitterblue Smith <rtl8821cerfe2@gmail.com>
Mon, 17 Feb 2025 23:29:52 +0000 (01:29 +0200)
committerPing-Ke Shih <pkshih@realtek.com>
Fri, 21 Feb 2025 02:02:49 +0000 (10:02 +0800)
commit86d04f8f991a0509e318fe886d5a1cf795736c7d
tree4ecf24cd3007396f554da259800fe00033686d6e
parente66bca16638ee59e997f9d9a3711b3ae587d04d9
wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31

This function translates the rate number reported by the hardware into
something mac80211 can understand. It was ignoring the 3SS and 4SS HT
rates. Translate them too.

Also set *nss to 0 for the HT rates, just to make sure it's
initialised.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/d0a5a86b-4869-47f6-a5a7-01c0f987cc7f@gmail.com
drivers/net/wireless/realtek/rtw88/util.c