commit | fc3e5941248be00996150965a469d38c92913ac2 | [log] [tgz] |
---|---|---|
author | Ian Campbell <ian.campbell@citrix.com> | Mon Apr 04 11:07:57 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 04 11:07:57 2011 -0700 |
tree | c3388c1d561a8dd18557e03b26ba3494906acc19 | |
parent | 083dd8b8aacfcb62d65fb53ec744090879dd8150 [diff] |
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 <ian.campbell@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>