diff options
author | Yauheni Kaliuta <yauheni.kaliuta@nokia.com> | 2010-12-08 06:12:05 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-10 17:29:43 -0500 |
commit | 9f6ce4240a2bf456402c15c06768059e5973f28c (patch) | |
tree | 4168ee2338123b8a7bb99cc292adad7152e8eed7 /drivers/usb/gadget/u_ether.h | |
parent | 5c1168dbc508282f7717a4472477d52d64403060 (diff) |
usb: gadget: f_ncm.c added
Initial submittion of NCM link function driver.
The driver's logic is based on f_ecm driver and does not
use most of the NCM advantages like frame grouping and alignment.
Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/u_ether.h')
-rw-r--r-- | drivers/usb/gadget/u_ether.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/u_ether.h b/drivers/usb/gadget/u_ether.h index 75219708abb8..b56e1e7d423c 100644 --- a/drivers/usb/gadget/u_ether.h +++ b/drivers/usb/gadget/u_ether.h | |||
@@ -107,6 +107,7 @@ static inline bool can_support_ecm(struct usb_gadget *gadget) | |||
107 | /* each configuration may bind one instance of an ethernet link */ | 107 | /* each configuration may bind one instance of an ethernet link */ |
108 | int geth_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); | 108 | int geth_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); |
109 | int ecm_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); | 109 | int ecm_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); |
110 | int ncm_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); | ||
110 | int eem_bind_config(struct usb_configuration *c); | 111 | int eem_bind_config(struct usb_configuration *c); |
111 | 112 | ||
112 | #ifdef USB_ETH_RNDIS | 113 | #ifdef USB_ETH_RNDIS |