cdc_ether: Ignore bogus union descriptor for RNDIS devices
authorBjørn Mork <bjorn@mork.no>
Thu, 26 Apr 2012 02:35:10 +0000 (02:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 May 2012 17:11:55 +0000 (13:11 -0400)
commit6eddcb4c82883451aec3be1240f17793370fa62f
tree3cad64a55d1d02863ff574e0e7e20c9620c672d1
parent24f06716cd5dbfc3d737ec2a24ac58ef76f68dc7
cdc_ether: Ignore bogus union descriptor for RNDIS devices

Some RNDIS devices include a bogus CDC Union descriptor pointing
to non-existing interfaces.  The RNDIS code is already prepared
to handle devices without a CDC Union descriptor by hardwiring
the driver to use interfaces 0 and 1, which is correct for the
devices with the bogus descriptor as well. So we can reuse the
existing workaround.

Cc: Markus Kolb <linux-201011@tower-net.de>
Cc: Iker Salmón San Millán <shaola@esdebian.org>
Cc: Jonathan Nieder <jrnieder@gmail.com>
Cc: Oliver Neukum <oliver@neukum.org>
Cc: 655387@bugs.debian.org
Cc: stable@vger.kernel.org
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/cdc_ether.c