Skip to content

Commit

Permalink
smsc911x: Set Ethernet EEPROM size to supported device's size
Browse files Browse the repository at this point in the history
The SMSC911x supports 128 x 8-bit EEPROMs.  Increase the EEPROM size
so more than just the MAC address can be stored.

Signed-off-by: John Faith <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
hojalot authored and davem330 committed Nov 4, 2010
1 parent 6c6cf42 commit 6cc0e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/smsc911x.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define __SMSC911X_H__

#define TX_FIFO_LOW_THRESHOLD ((u32)1600)
#define SMSC911X_EEPROM_SIZE ((u32)7)
#define SMSC911X_EEPROM_SIZE ((u32)128)
#define USE_DEBUG 0

/* This is the maximum number of packets to be received every
Expand Down

0 comments on commit 6cc0e94

Please sign in to comment.