usbnet: Use wwan%d interface name for mobile broadband devices
[pandora-kernel.git] / include / linux / usb / usbnet.h
index bb69e25..86c31b7 100644 (file)
@@ -89,6 +89,8 @@ struct driver_info {
 #define FLAG_FRAMING_AX 0x0040         /* AX88772/178 packets */
 #define FLAG_WLAN      0x0080          /* use "wlan%d" names */
 #define FLAG_AVOID_UNLINK_URBS 0x0100  /* don't unlink urbs at usbnet_stop() */
+#define FLAG_SEND_ZLP  0x0200          /* hw requires ZLPs are sent */
+#define FLAG_WWAN      0x0400          /* use "wwan%d" names */
 
 
        /* init device ... can sleep, or cause probe() failure */