Re: [PATCH v2 0/2] rtl8xxxu: Fill up more TX information
From: Reto Schneider
Date: Thu Mar 24 2022 - 12:32:14 EST
On 18.03.22 03:42, Chris Chiu wrote:
The antenna information is missing in rtl8xxxu and txrate is NULL
in 8188cu and 8192cu. Fill up the missing information for iw
commands.
Chris Chiu (2):
rtl8xxxu: feed antenna information for cfg80211
rtl8xxxu: fill up txrate info for gen1 chips
.../wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 75 +++++++++++++++++++
1 file changed, 75 insertions(+)
Those two patches applied to most recent master
(v5.17-4443-ged4643521e6a) do not compile as rtl8xxxu_legacy_ratetable[]
and rtl8xxxu_desc_to_mcsrate() are defined twice.
Kind regards,
Reto