Commit 805d22bf authored by Edward Cree's avatar Edward Cree Committed by David S. Miller
Browse files

sfc_ef100: add EF100 to NIC-revision enumeration

parent bcacac7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ enum {
	 */
	EFX_REV_SIENA_A0 = 3,
	EFX_REV_HUNT_A0 = 4,
	EFX_REV_EF100 = 5,
};

static inline int efx_nic_rev(struct efx_nic *efx)