> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Ivan > Vecera > Sent: Wednesday, November 29, 2023 9:47 PM > To: [email protected] > Cc: Kitszel, Przemyslaw <[email protected]>; Brandeburg, Jesse > <[email protected]>; open list <[email protected]>; > Loktionov, Aleksandr <[email protected]>; Eric Dumazet > <[email protected]>; Nguyen, Anthony L <[email protected]>; > moderated list:INTEL ETHERNET DRIVERS <[email protected]>; > Jakub Kicinski <[email protected]>; Paolo Abeni <[email protected]>; David S. > Miller <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-net] i40e: Fix ST code value for Clause > 45 > > ST code value for clause 45 that has been changed by > commit 8196b5fd6c73 ("i40e: Refactor I40E_MDIO_CLAUSE* macros") > is currently wrong. > > The mentioned commit refactored ..MDIO_CLAUSE??_STCODE_MASK so > their value is the same for both clauses. The value is correct > for clause 22 but not for clause 45. > > Fix the issue by adding a parameter to I40E_GLGEN_MSCA_STCODE_MASK > macro that specifies required value. > > Fixes: 8196b5fd6c73 ("i40e: Refactor I40E_MDIO_CLAUSE* macros") > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_register.h | 2 +- > drivers/net/ethernet/intel/i40e/i40e_type.h | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
