Bug 218528
Summary: | rtl8xxxu no tx power on rtl8192eu | ||
---|---|---|---|
Product: | Drivers | Reporter: | Michael (ZeroBeat) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | ||
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 6.8-rc6 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Michael
2024-02-26 12:50:31 UTC
Some additional information: The device is a high power device. Setting general "priv->hi_pa = 1;" in rtl8xxxu_8192e.c solve some problems (not all, which makes me suspect that something is missing in the init table). I did this just for testing purposes, because it breaks entire compatibility with the low tx power devices. Some cosmetics: The device is commented as TP-Link TL-WN8200ND V2: /* TP-Link TL-WN8200ND V2 */ {USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff), .driver_info = (unsigned long)&rtl8192eu_fops}, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c?h=v6.8-rc6#n7967 It should be a TP-Link TL-WN8200ND V3 $ lsusb: Bus 005 Device 011: ID 2357:0126 TP-Link 802.11n NIC https://www.tp-link.com/en/home-networking/high-gain-adapter/tl-wn8200nd/ |