ice: update driver unloading field for Queue Shutdown AQ command
authorBruce Allan <bruce.w.allan@intel.com>
Fri, 2 Aug 2019 08:25:30 +0000 (01:25 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 3 Sep 2019 23:23:35 +0000 (16:23 -0700)
commit7404e84a2332572da70aabb081f9a933309d57a4
tree328ab670bdd71bc17886799e58e99c1f824a13e2
parent18057cb3578ae950c73b20588ad66a1f45fba68c
ice: update driver unloading field for Queue Shutdown AQ command

According to recent specification versions, the field in the Queue Shutdown
AdminQ command consisting of the "driver unloading" indication is not a 4
byte field (it is byte.bit 16.0).  Change it to a byte and remove the
unnecessary endian conversion.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_adminq_cmd.h
drivers/net/ethernet/intel/ice/ice_common.c