Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47d54d65 authored by Dimitris Michailidis's avatar Dimitris Michailidis Committed by David S. Miller
Browse files

cxgb4: increase serial number length



Some boards have longer serial numbers in their VPD, up to 24 bytes.

Signed-off-by: default avatarDimitris Michailidis <dm@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 226ec5fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@

enum {
	MAX_NPORTS = 4,     /* max # of ports */
	SERNUM_LEN = 16,    /* Serial # length */
	SERNUM_LEN = 24,    /* Serial # length */
	EC_LEN     = 16,    /* E/C length */
	ID_LEN     = 16,    /* ID length */
};