add sierra-directip, a package based on the latest DirectIP capable sierra wireless...
[openwrt.git] / package / sierra-directip / patches / 110-drop_dhcp_requirement.patch
diff --git a/package/sierra-directip/patches/110-drop_dhcp_requirement.patch b/package/sierra-directip/patches/110-drop_dhcp_requirement.patch
new file mode 100644 (file)
index 0000000..4c4d0ba
--- /dev/null
@@ -0,0 +1,14 @@
+--- a/sierra_net.c
++++ b/sierra_net.c
+@@ -858,10 +858,7 @@ static int sierra_net_bind(struct usbnet
+       /* test whether firmware supports DHCP */
+       if (!(status == sizeof(fwattr) && (cpu_to_le16(fwattr) & SWI_GET_FW_ATTR_MASK))) {
+               /* found incompatible firmware version */
+-              dev_err(&dev->udev->dev, "Incompatible driver and firmware"
+-                      " versions\n");
+-              kfree(priv);
+-              return -ENODEV;
++              dev_err(&dev->udev->dev, "Warning: Firmware does not have DHCP support\n");
+       }
+       /* prepare sync message from template */
+       memcpy(priv->sync_msg, sync_tmplate, sizeof(priv->sync_msg));
This page took 0.024474 seconds and 4 git commands to generate.