Skip to content

Commit

Permalink
igc: Update I226_K device ID
Browse files Browse the repository at this point in the history
The device ID for I226_K was incorrectly assigned, update the device
ID to the correct one.

Fixes: bfa5e98 ("igc: Add new device ID")
Signed-off-by: Sasha Neftin <[email protected]>
Tested-by: Nechama Kraus <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
  • Loading branch information
aneftin authored and anguy11 committed Oct 20, 2021
1 parent 639e298 commit 79cc832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/igc/igc_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#define IGC_DEV_ID_I220_V 0x15F7
#define IGC_DEV_ID_I225_K 0x3100
#define IGC_DEV_ID_I225_K2 0x3101
#define IGC_DEV_ID_I226_K 0x3102
#define IGC_DEV_ID_I225_LMVP 0x5502
#define IGC_DEV_ID_I226_K 0x5504
#define IGC_DEV_ID_I225_IT 0x0D9F
#define IGC_DEV_ID_I226_LM 0x125B
#define IGC_DEV_ID_I226_V 0x125C
Expand Down

0 comments on commit 79cc832

Please sign in to comment.