@@ -630,16 +630,6 @@ static const struct driver_info zte_rndis_info = {
630
630
.tx_fixup = rndis_tx_fixup ,
631
631
};
632
632
633
- static const struct driver_info wwan_rndis_info = {
634
- .description = "Mobile Broadband RNDIS device" ,
635
- .flags = FLAG_WWAN | FLAG_POINTTOPOINT | FLAG_FRAMING_RN | FLAG_NO_SETINT ,
636
- .bind = rndis_bind ,
637
- .unbind = rndis_unbind ,
638
- .status = rndis_status ,
639
- .rx_fixup = rndis_rx_fixup ,
640
- .tx_fixup = rndis_tx_fixup ,
641
- };
642
-
643
633
/*-------------------------------------------------------------------------*/
644
634
645
635
static const struct usb_device_id products [] = {
@@ -676,11 +666,9 @@ static const struct usb_device_id products [] = {
676
666
USB_INTERFACE_INFO (USB_CLASS_WIRELESS_CONTROLLER , 1 , 3 ),
677
667
.driver_info = (unsigned long ) & rndis_info ,
678
668
}, {
679
- /* Mobile Broadband Modem, seen in Novatel Verizon USB730L and
680
- * Telit FN990A (RNDIS)
681
- */
669
+ /* Novatel Verizon USB730L */
682
670
USB_INTERFACE_INFO (USB_CLASS_MISC , 4 , 1 ),
683
- .driver_info = (unsigned long )& wwan_rndis_info ,
671
+ .driver_info = (unsigned long ) & rndis_info ,
684
672
},
685
673
{ }, // END
686
674
};
0 commit comments