From: Ian Campbell Date: Mon, 4 Apr 2011 18:07:57 +0000 (-0700) Subject: xen: netfront: assume all hw features are available until backend connection setup X-Git-Tag: v3.0-rc1~377^2~536 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3e5941248be00996150965a469d38c92913ac2;p=pandora-kernel.git xen: netfront: assume all hw features are available until backend connection setup We need to assume that all features will be available when registering the netdev otherwise they are ommitted from the initial set of dev->wanted_features. When we connect to the backed we reduce the set as necessary due to the call to netdev_update_features() in xennet_connect(). Signed-off-by: Ian Campbell Signed-off-by: David S. Miller --- Reading git-diff-tree failed