broadcom-wl: support probe of 'wds' devices
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 11 Nov 2013 22:04:53 +0000 (22:04 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 11 Nov 2013 22:04:53 +0000 (22:04 +0000)
'nas' requires probe of 'wds' devices to be successful;
so don't fail them.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38763

package/kernel/broadcom-wl/patches/015-support-probe-of-wds-interfaces.patch [new file with mode: 0644]

diff --git a/package/kernel/broadcom-wl/patches/015-support-probe-of-wds-interfaces.patch b/package/kernel/broadcom-wl/patches/015-support-probe-of-wds-interfaces.patch
new file mode 100644 (file)
index 0000000..f44921a
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/shared/wl.c
++++ b/shared/wl.c
+@@ -27,7 +27,7 @@ wl_probe(char *name)
+ {
+       int ret, val;
+-      if ((name[0] != 'w') || (name[1] != 'l'))
++      if ((name[0] != 'w') || ((name[1] != 'l') && ((name[1] != 'd') || (name[2] != 's'))))
+               return -1;
+       /* Check interface */