diff --git a/gluon_patches/0001-wi_enable_IEEE802.11s_scan_support.patch b/gluon_patches/0001-wi_enable_IEEE802.11s_scan_support.patch
new file mode 100644
index 0000000000000000000000000000000000000000..1f71f307e89da5abd7172ed194010af8f3800f7d
--- /dev/null
+++ b/gluon_patches/0001-wi_enable_IEEE802.11s_scan_support.patch
@@ -0,0 +1,28 @@
+--- /dev/null	2017-04-17 15:35:04.148170195 +0200
++++ patches/openwrt/0099-wi-enable-IEEE802.11s-scan-support.patch	2017-04-19 18:37:35.272484820 +0200
+@@ -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), },
+++