[PATCH v3 0/2] rtl8xxxu: Fill up more TX information

Chris Chiu posted 2 patches 4 years, 2 months ago
.../wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 104 +++++++++++++-----
1 file changed, 75 insertions(+), 29 deletions(-)
[PATCH v3 0/2] rtl8xxxu: Fill up more TX information
Posted by Chris Chiu 4 years, 2 months ago
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 | 104 +++++++++++++-----
 1 file changed, 75 insertions(+), 29 deletions(-)

-- 
2.25.1
Re: [PATCH v3 0/2] rtl8xxxu: Fill up more TX information
Posted by Chris Chiu 4 years, 2 months ago
On Fri, Mar 25, 2022 at 11:57 AM Chris Chiu <chris.chiu@canonical.com> 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 | 104 +++++++++++++-----
>  1 file changed, 75 insertions(+), 29 deletions(-)
>
> --
> 2.25.1
>

Gentle ping. Any comment or suggestion is appreciated. Thanks