aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/broadcom-wl/patches/013-interface-name.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/broadcom-wl/patches/013-interface-name.patch')
-rw-r--r--package/kernel/broadcom-wl/patches/013-interface-name.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kernel/broadcom-wl/patches/013-interface-name.patch b/package/kernel/broadcom-wl/patches/013-interface-name.patch
deleted file mode 100644
index dbe1bdb89a6..00000000000
--- a/package/kernel/broadcom-wl/patches/013-interface-name.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/driver/wl_linux.c
-+++ b/driver/wl_linux.c
-@@ -1583,7 +1583,7 @@ wl_add_if(wl_info_t *wl, struct wlc_if*
-
- wl_if_setup(wlif->dev);
-
-- sprintf(wlif->dev->name, "%s%d.%d", devname, wl->pub->unit, wlif->subunit);
-+ sprintf(wlif->dev->name, "%s%d-%d", devname, wl->pub->unit, wlif->subunit);
- if (remote)
- bcopy(remote, &wlif->remote, ETHER_ADDR_LEN);
-