broadcom-wl: fix crash when starting multiple virtual interfaces
[openwrt/svn-archive/archive.git] / package / kernel / broadcom-wl / patches / 110-add_number_to_dev_name.patch
index 28917d912af2734ee99cc4ce004250fef6c84f58..95f0beb73c9e00628c240596352af111f8eddc0f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/driver/wl_linux.c
 +++ b/driver/wl_linux.c
-@@ -1416,7 +1416,7 @@ wl_alloc_if(wl_info_t *wl, int iftype, u
+@@ -1425,7 +1425,7 @@ wl_alloc_if(wl_info_t *wl, int iftype, u
        dev = alloc_etherdev(sizeof(wl_if_t));
        wlif = netdev_priv(dev);
        bzero(wlif, sizeof(wl_if_t));