qlcnic: Fix updating netdev->features
authorShahed Shaikh <shahed.shaikh@qlogic.com>
Tue, 21 May 2013 09:27:01 +0000 (09:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 May 2013 21:52:40 +0000 (14:52 -0700)
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 <shahed.shaikh@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found