From: Shahed Shaikh Date: Tue, 21 May 2013 09:27:01 +0000 (+0000) Subject: qlcnic: Fix updating netdev->features X-Git-Tag: v3.10-rc3~18^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147a90887baa98d73db1fa7ed9e755bf48960c21;p=pandora-kernel.git qlcnic: Fix updating netdev->features o After change in EPORT features of 82xx adapter, netdev->features needs to be updated to reflect EPORT feature updates but driver was manipulating netdev->features at wrong place. o This patch uses netdev_update_features() and .ndo_fix_features() to update netdev->features properly. Signed-off-by: Shahed Shaikh Signed-off-by: David S. Miller --- Reading git-diff-tree failed