backport a missing eeprom 93cx6 define for building rt2x00
SVN-Revision: 31305
This commit is contained in:
parent
5683c53c0c
commit
e4f3867650
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
--- a/include/linux/eeprom_93cx6.h
|
||||
+++ b/include/linux/eeprom_93cx6.h
|
||||
@@ -30,6 +30,7 @@
|
||||
#define PCI_EEPROM_WIDTH_93C46 6
|
||||
#define PCI_EEPROM_WIDTH_93C56 8
|
||||
#define PCI_EEPROM_WIDTH_93C66 8
|
||||
+#define PCI_EEPROM_WIDTH_93C86 8
|
||||
#define PCI_EEPROM_WIDTH_OPCODE 3
|
||||
#define PCI_EEPROM_WRITE_OPCODE 0x05
|
||||
#define PCI_EEPROM_READ_OPCODE 0x06
|
Loading…
Reference in a new issue