Message ID | 7f4b3309-1580-48f3-9426-29f1eb4052fd@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: rtlwifi: Add new rtl8192du driver | expand |
Hi On 2024-03-20, Bitterblue Smith wrote: > These patches add a driver for the RTL8192DU chip. Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> > Patch 1 fixes a bug in rtl8192de. Patch 2 depends on it. > > Patch 2 moves a good portion of the code from rtl8192de to a new module > rtl8192d-common. > > Patch 3 makes some adjustments to rtl8192d-common. > > The remaining patches add the new rtl8192du driver. > > Power saving is disabled by default because it's not working yet. > > Dual MAC chips are not tested. > > Until Ping-Ke Shih will add the firmware to the linux-firmware > repository, the driver can be tested with the firmware from Larry > Finger's repository: > https://github.com/lwfinger/rtl8192du/blob/master/rtl8192dufw.bin I've successfully tested v3 of this patch series on my DeLock 88540. No issues observed in 'normal' daily operations previously with v1 either, it works nicely and makes this USB WLAN card usable. Best regards and many thanks Stefan Lippers-Hollmann
Bitterblue Smith <rtl8821cerfe2@gmail.com> wrote: > Different channels have different TX power settings. rtl8192de is using > the TX power setting from the wrong channel in the 5 GHz band because > _rtl92c_phy_get_rightchnlplace expects an array which includes all the > channel numbers, but it's using an array which includes only the 5 GHz > channel numbers. > > Use the array channel_all (defined in rtl8192de/phy.c) instead of > the incorrect channel5g (defined in core.c). > > Tested only with rtl8192du, which will use the same TX power code. > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> > Acked-by: Ping-Ke Shih <pkshih@realtek.com> I have reviewed this patchset. Set patchset state to Changes Requested. [v3,01/12] wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power [v3,02/12] wifi: rtlwifi: Move code from rtl8192de to rtl8192d-common [v3,03/12] wifi: rtlwifi: Adjust rtl8192d-common for USB [v3,04/12] wifi: rtlwifi: Add rtl8192du/table.{c,h} [v3,05/12] wifi: rtlwifi: Add rtl8192du/hw.{c,h} [v3,06/12] wifi: rtlwifi: Add rtl8192du/phy.{c,h} [v3,07/12] wifi: rtlwifi: Add rtl8192du/trx.{c,h} [v3,08/12] wifi: rtlwifi: Add rtl8192du/rf.{c,h} [v3,09/12] wifi: rtlwifi: Add rtl8192du/fw.{c,h} and rtl8192du/led.{c,h} [v3,10/12] wifi: rtlwifi: Add rtl8192du/dm.{c,h} [v3,11/12] wifi: rtlwifi: Add rtl8192du/sw.{c,h} [v3,12/12] wifi: rtlwifi: Enable the new rtl8192du driver --- https://github.com/pkshih/rtw.git