From 4ebf19b48fafc8d94e14e4ba779969613b241a6a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 21 Jun 2013 16:54:37 +0000 Subject: packages: clean up the package folder Signed-off-by: John Crispin SVN-Revision: 37007 --- package/broadcom-wl/patches/008-fix_virtual_interfaces.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/broadcom-wl/patches/008-fix_virtual_interfaces.patch (limited to 'package/broadcom-wl/patches/008-fix_virtual_interfaces.patch') diff --git a/package/broadcom-wl/patches/008-fix_virtual_interfaces.patch b/package/broadcom-wl/patches/008-fix_virtual_interfaces.patch deleted file mode 100644 index 6cffa27..0000000 --- a/package/broadcom-wl/patches/008-fix_virtual_interfaces.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/driver/wl_linux.c -+++ b/driver/wl_linux.c -@@ -1541,6 +1541,8 @@ wl_add_if(wl_info_t *wl, struct wlc_if* - return NULL; - } - -+ wl_if_setup(wlif->dev); -+ - sprintf(wlif->dev->name, "%s%d.%d", devname, wl->pub->unit, wlif->subunit); - if (remote) - bcopy(remote, &wlif->remote, ETHER_ADDR_LEN); -- cgit v1.1