From 3b1e6666aefbd1ffa4ca688a3015fd610ee6455e Mon Sep 17 00:00:00 2001 From: Jure Varlec Date: Sat, 19 Feb 2022 09:57:30 +0100 Subject: [PATCH 1/4] Add support for Edimax AC1200 (aka. EW-7822UAD) --- os_dep/linux/usb_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index 03005f3..ff03152 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -247,6 +247,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xC822, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Edimax */ {USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xD822, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Edimax */ {USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xE822, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Edimax */ + {USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xF822, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Edimax */ {USB_DEVICE_AND_INTERFACE_INFO(0x13b1, 0x0043, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Alpha - Alpha */ {USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x012D, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* TP-Link Archer T3U v1 */ {USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0138, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* TP-Link Archer T3U Plus v1 */ From 9c08dfb371843730c80d3300f6c361069c0710d9 Mon Sep 17 00:00:00 2001 From: morrownr Date: Tue, 22 Feb 2022 08:42:06 -0600 Subject: [PATCH 2/4] add device iD --- supported-device-IDs | 1 + 1 file changed, 1 insertion(+) diff --git a/supported-device-IDs b/supported-device-IDs index 7f28b48..04ad647 100644 --- a/supported-device-IDs +++ b/supported-device-IDs @@ -24,6 +24,7 @@ ID 7392:B822 ID 7392:C822 ID 7392:D822 ID 7392:E822 +ID 7392:F822 ID 13b1:0043 ID 2357:012D ID 2357:0138 From 7e7b7abe836a929fe51047877d5b7c0df8534a99 Mon Sep 17 00:00:00 2001 From: morrownr Date: Tue, 22 Feb 2022 09:00:04 -0600 Subject: [PATCH 3/4] activate 80211K support --- README.md | 1 + include/autoconf.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a79b158..19cc176 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ sudo uname -a; mokutil --sb-state; lsusb; rfkill list all; dkms status; iw dev * Supports wireless security for WEP, WPA TKIP and WPA2 AES PSK * Supports site survey scan and manual connect * Supports WPA/WPA2 TLS client +- IEEE 802.11k support - Power saving modes - Wireshark compatible - Aircrack-ng compatible diff --git a/include/autoconf.h b/include/autoconf.h index 584491b..7137b4f 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -186,7 +186,7 @@ #define USB_INTERFERENCE_ISSUE /* this should be checked in all usb interface */ #define CONFIG_GLOBAL_UI_PID -/*#define CONFIG_RTW_80211K*/ +#define CONFIG_RTW_80211K /*#define CONFIG_ADAPTOR_INFO_CACHING_FILE */ /* now just applied on 8192cu only, should make it general... */ /*#define CONFIG_RESUME_IN_WORKQUEUE */ From 6a5b7f005c071ffa179b6183ee034c98ed30db80 Mon Sep 17 00:00:00 2001 From: morrownr Date: Tue, 22 Feb 2022 09:06:23 -0600 Subject: [PATCH 4/4] minor documentation update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19cc176..c35c6bd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ sudo uname -a; mokutil --sb-state; lsusb; rfkill list all; dkms status; iw dev ## Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets - v5.13.1 (Realtek) (20210702) plus updates from the Linux community -- 5,027 Views over the 2 weeks ended on 20220218 (Thank you!) +- 5,386 Views over the 2 weeks ended on 20220221 (Thank you!) ### Features