]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ipheth: remove incorrect devtype to WWAN
authorDan Williams <dcbw@redhat.com>
Wed, 8 Sep 2010 07:50:47 +0000 (07:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Sep 2010 04:41:59 +0000 (21:41 -0700)
commitc9cedbba0fc591e1c0587f838932ca3f3c6fec57
tree0e0111f7713bfb05974a42d803aa791b958af5be
parent201b6bab6798fcd8ec1cb30165b91fdb89a91775
ipheth: remove incorrect devtype to WWAN

The 'wwan' devtype is meant for devices that require preconfiguration
and *every* time setup before the ethernet interface can be used, like
cellular modems which require a series of setup commands on serial ports
or other mechanisms before the ethernet interface will handle packets.

As ipheth only requires one-per-hotplug pairing setup with no
preconfiguration (like APN, phone #, etc) and the network interface is
usable at any time after that initial setup, remove the incorrect
devtype wwan.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/ipheth.c