From: Dan Williams Date: Wed, 8 Sep 2010 07:50:47 +0000 (+0000) Subject: ipheth: remove incorrect devtype to WWAN X-Git-Tag: v2.6.36-rc4~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9cedbba0fc591e1c0587f838932ca3f3c6fec57;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed