From: Felix Manlunas
Date: Wed, 4 Jan 2017 11:31:55 -0800
> From: Prasad Kanneganti
>
> The VF driver is using the wrong struct when sending commands to the NIC
> firmware, sometimes causing adverse effects in the firmware. The right
> struct is the one that the PF is using, so make the VF use
From: Prasad Kanneganti
The VF driver is using the wrong struct when sending commands to the NIC
firmware, sometimes causing adverse effects in the firmware. The right
struct is the one that the PF is using, so make the VF use that as well.
Signed-off-by: Prasad Kanneganti
Signed-off-by: Felix