mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
14 lines
531 B
Diff
14 lines
531 B
Diff
diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
|
|
index 8c3733608271..a4f229edcceb 100644
|
|
--- a/drivers/net/usb/qmi_wwan.c
|
|
+++ b/drivers/net/usb/qmi_wwan.c
|
|
@@ -681,7 +681,7 @@ static int qmi_wwan_bind(struct usbnet *dev, struct usb_interface *intf)
|
|
}
|
|
|
|
/* errors aren't fatal - we can live with the dynamic address */
|
|
- if (cdc_ether) {
|
|
+ if (cdc_ether && cdc_ether->wMaxSegmentSize) {
|
|
dev->hard_mtu = le16_to_cpu(cdc_ether->wMaxSegmentSize);
|
|
usbnet_get_ethernet_addr(dev, cdc_ether->iMACAddress);
|
|
}
|