On Tue, 27 Mar 2012 12:48:52 +0200, Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> wrote:
From: Benoit Goby <benoit@xxxxxxxxxxx>
diff --git a/drivers/usb/gadget/f_rndis.c b/drivers/usb/gadget/f_rndis.c @@ -855,6 +855,13 @@ static inline bool can_support_rndis(struct usb_configuration *c) int rndis_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]) { + return rndis_bind_config_vendor(c, ethaddr, 0, NULL); +}
static inline in the header file perhaps? This would also get rid of the empty rndis_bind_config() definition at the end of the header file. Again, it does not matter that much.
+ +int +rndis_bind_config_vendor(struct usb_configuration *c, u8 ethaddr[ETH_ALEN], + u32 vendorID, const char *manufacturer) +{ struct f_rndis *rndis; int status;
-- Best regards, _ _ .o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o ..o | Computer Science, Michał “mina86” Nazarewicz (o o) ooo +----<email/xmpp: mpn@xxxxxxxxxx>--------------ooO--(_)--Ooo-- -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html