Re: [PATCH v3 09/11] rtw88: Add rtw8822bu chipset support
From: Ryan Finnie <hidden>
Date: 2022-11-28 05:49:47
Also in:
linux-wireless, lkml
From: Ryan Finnie <hidden>
Date: 2022-11-28 05:49:47
Also in:
linux-wireless, lkml
+ { USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x012e, 0xff, 0xff, 0xff),
+ .driver_info = (kernel_ulong_t)&(rtw8822b_hw_spec) }, /* TP-LINK */This device is confirmed in the wild as "TP-LINK Archer T3U Nano", and is a miniaturized version of 0x012d. (I have not personally tested this patchset, but have verified against the DKMS tree at https://github.com/cilynx/rtl88x2bu with 0x012e added.) Thank you, Ryan Finnie