]> git.pld-linux.org Git - packages/wl.git/blobdiff - linux-3.17.patch
- updated to 6.30.223.271
[packages/wl.git] / linux-3.17.patch
diff --git a/linux-3.17.patch b/linux-3.17.patch
deleted file mode 100644 (file)
index edb340e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- wl-6.30.223.248/src/wl/sys/wl_linux.c~     2014-06-26 12:42:08.000000000 +0200
-+++ wl-6.30.223.248/src/wl/sys/wl_linux.c      2014-11-09 16:29:09.494680214 +0100
-@@ -1307,7 +1307,11 @@
-       dev->priv = priv_link;
- #else
-+#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0))
-       dev = alloc_netdev(sizeof(priv_link_t), intf_name, ether_setup);
-+#else
-+      dev = alloc_netdev(sizeof(priv_link_t), intf_name, NET_NAME_UNKNOWN, ether_setup);
-+#endif
-       if (!dev) {
-               WL_ERROR(("wl%d: %s: alloc_netdev failed\n",
-                       (wl->pub)?wl->pub->unit:wlif->subunit, __FUNCTION__));
This page took 0.03883 seconds and 4 git commands to generate.