projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e687b2
)
p54spi: fix eeprom checksum
author
Christian Lamparter
<
[email protected]
>
Mon, 16 Aug 2010 23:16:05 +0000
(
01:16
+0200)
committer
John W. Linville
<
[email protected]
>
Tue, 24 Aug 2010 20:28:14 +0000
(16:28 -0400)
This patch corrects the bogus descriptor checksum of our
Nokia N8XX EEPROM blob.
Signed-off-by: Christian Lamparter <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/p54/p54spi_eeprom.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/p54/p54spi_eeprom.h
b/drivers/net/wireless/p54/p54spi_eeprom.h
index 1ea1050911d97a54c456e566c6b539e249af8f29..d592cbd34d78069911d0fc9c12dca390b09e970a 100644
(file)
--- a/
drivers/net/wireless/p54/p54spi_eeprom.h
+++ b/
drivers/net/wireless/p54/p54spi_eeprom.h
@@
-671,7
+671,7
@@
static unsigned char p54spi_eeprom[] = {
0xa8, 0x09, 0x25, 0x00, 0xf5, 0xff, 0xf9, 0xff, 0x00, 0x01,
0x02, 0x00, 0x00, 0x00, /* PDR_END */
- 0x
a8, 0xf5 /* bogus data */
+ 0x
67, 0x99,
};
#endif /* P54SPI_EEPROM_H */