]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit84451766db444488a08d69a0460086265aa81217
tree328ab670bdd71bc17886799e58e99c1f824a13e2
parent5d12095ec00a3a10fff405853f40eb431fea5b4b
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