xen: netfront: assume all hw features are available until backend connection setup
authorIan Campbell <ian.campbell@citrix.com>
Mon, 4 Apr 2011 18:07:57 +0000 (11:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Apr 2011 18:07:57 +0000 (11:07 -0700)
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 <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found