]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R
authorHenk Vergonet <henk.vergonet@gmail.com>
Fri, 18 Apr 2025 14:39:14 +0000 (16:39 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 21 May 2025 12:49:38 +0000 (14:49 +0200)
commit3c0e4f606d8693795a2c965d6f4987b1bfc31097
tree61daca4ff1f9eb6d96b769e7c21fc2816ae5dd89
parent939481cd87bda817ba5fe9d36267017cabe936e3
wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R

Adds support for:
 - LiteOn WN4516R
 - LiteOn WN4519R
 Both use:
 - A nonstandard USB connector
 - Mediatek chipset MT7600U
 - ASIC revision: 76320044

Disabled VHT support on ASIC revision 76320044:

 This fixes the 5G connectibity issue on LiteOn WN4519R module
 see https://github.com/openwrt/mt76/issues/971

 And may also fix the 5G issues on the XBox One Wireless Adapter
 see https://github.com/openwrt/mt76/issues/200

 I have looked at the FCC info related to the MT7632U chip as mentioned in here:
 https://github.com/openwrt/mt76/issues/459
 These confirm the chipset does not support 'ac' mode and hence VHT should be turned of.

Signed-off-by: Henk Vergonet <henk.vergonet@gmail.com>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://patch.msgid.link/20250418143914.31384-1-henk.vergonet@gmail.com
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76x2/usb.c
drivers/net/wireless/mediatek/mt76/mt76x2/usb_init.c