mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
cxgb4: increase serial number length
Some boards have longer serial numbers in their VPD, up to 24 bytes. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
226ec5fd67
commit
47d54d6582
@ -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 */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user