Skip to content
Snippets Groups Projects
Commit b2633ec8 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

rm 0001-enable_wi_mesh_scan.patch

parent a6a2afed
No related branches found
No related tags found
No related merge requests found
+++ patches/openwrt/0098-wi-enable-IEEE802.11s-scan-support.patch
@@ -0,0 +1,25 @@
+From: Jan-Tarek Butt <tarek@ring0.de>
+Date: Tue, 11 Apr 2017 16:38:39 +0200
+Subject: wi enable IEEE802.11s scan support
+
+Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
+
+diff --git a/package/network/utils/iw/patches/305-enable_IEEE802.11s_scan_support.patch b/package/network/utils/iw/patches/305-enable_IEEE802.11s_scan_support.patch
+new file mode 100644
+index 0000000000000000000000000000000000000000..3b43bb9258c5b3d708f8d73d8e542fc530a0f8ac
+--- /dev/null
++++ b/package/network/utils/iw/patches/305-enable_IEEE802.11s_scan_support.patch
+@@ -0,0 +1,13 @@
++--- a/scan.c
+++++ b/scan.c
++@@ -1333,7 +1333,9 @@
++ [74] = { "Overlapping BSS scan params", print_obss_scan_params, 14, 255, BIT(PRINT_SCAN), },
++ [50] = { "Extended supported rates", print_supprates, 0, 255, BIT(PRINT_SCAN), },
++ [113] = { "MESH Configuration", print_mesh_conf, 7, 7, BIT(PRINT_SCAN), },
+++#endif
++ [114] = { "MESH ID", print_ssid, 0, 32, BIT(PRINT_SCAN) | BIT(PRINT_LINK), },
+++#if 0
++ [127] = { "Extended capabilities", print_capabilities, 0, 255, BIT(PRINT_SCAN), },
++ [107] = { "802.11u Interworking", print_interworking, 0, 255, BIT(PRINT_SCAN), },
++ [108] = { "802.11u Advertisement", print_11u_advert, 0, 255, BIT(PRINT_SCAN), },
++
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment