> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Paul > Greenwalt > Sent: Friday, December 22, 2023 3:10 AM > To: [email protected] > Cc: Kitszel, Przemyslaw <[email protected]>; Greenwalt, Paul > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-net] ice: fix Get link status data > length > > Get link status version 2 (opcode 0x0607) is returning an error because FW > expects a data length of 56 bytes, and this is causing the driver to fail > probe. > > Update the get link status version 2 data length to 56 bytes by adding 5 > byte reserved5 field to the end of struct ice_aqc_get_link_status_data and > passing it as parameter to offsetofend() to the fix error. > > Fixes: 2777d24ec6d1 ("ice: Add ice_get_link_status_datalen") > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Paul Greenwalt <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_adminq_cmd.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
