You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/sierra-directip/patches/110-drop_dhcp_requirement.p...

15 lines
582 B
Diff

--- 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));