USB: gadget rndis: stop windows self-immolation

Somewhere in the conversion of the RNDIS gadget code to the new
framework, the descriptor of its data interface seems to have
been copied from the CDC Ethernet driver. Unfortunately that
means it got a nonzero altsetting ... which is incorrect. Issue
uncovered by Richard Röjfors <richard.rojfors@endian.se>.

This patch fixes that problem, and resolves at least some cases
of Windows XP bluescreening itself.

Tested-by: Richard Röjfors <richard.rojfors@endian.se>.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by David Brownell and committed by Greg Kroah-Hartman 9c264521 589afd3b

-1
-1
drivers/usb/gadget/f_rndis.c
··· 172 172 .bDescriptorType = USB_DT_INTERFACE, 173 173 174 174 /* .bInterfaceNumber = DYNAMIC */ 175 - .bAlternateSetting = 1, 176 175 .bNumEndpoints = 2, 177 176 .bInterfaceClass = USB_CLASS_CDC_DATA, 178 177 .bInterfaceSubClass = 0,