diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2011-02-12 16:53:00 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-14 15:52:10 -0500 |
commit | 05e051d8ae3472302ec7c510ab6d4d85551bd1ea (patch) | |
tree | b9b370df34c305108c8fef4e247c9b7004c9f2ec /drivers | |
parent | 7a047f4f2f3a812f09f42aa784499a54dc4afcf2 (diff) |
p54spi: update sample eeprom
Commit: "p54: enhance rssi->dBm database import"
changed the way how the driver deals with the
rssical data. A new data format was necessary
and hence this patch.
NOTE: (for users with a custom eeprom binary)
I spent some time updating p54tools to support
the new format too: => (git available from)
http://git.kernel.org/?p=linux/kernel/git/chr/p54tools.git
It now comes with a simplistic script "n800_rssi2v2.sh"
which can be used to automate the conversion.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/p54/p54spi_eeprom.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/net/wireless/p54/p54spi_eeprom.h b/drivers/net/wireless/p54/p54spi_eeprom.h index d592cbd34d78..0b7bfb0adcf2 100644 --- a/drivers/net/wireless/p54/p54spi_eeprom.h +++ b/drivers/net/wireless/p54/p54spi_eeprom.h | |||
@@ -65,9 +65,10 @@ static unsigned char p54spi_eeprom[] = { | |||
65 | 0x03, 0x00, 0x00, 0x11, /* PDR_ANTENNA_GAIN */ | 65 | 0x03, 0x00, 0x00, 0x11, /* PDR_ANTENNA_GAIN */ |
66 | 0x08, 0x08, 0x08, 0x08, | 66 | 0x08, 0x08, 0x08, 0x08, |
67 | 67 | ||
68 | 0x09, 0x00, 0xad, 0xde, /* PDR_RSSI_LINEAR_APPROXIMATION_CUSTOM */ | 68 | 0x0a, 0x00, 0xff, 0xca, /* PDR_RSSI_LINEAR_APPROXIMATION_CUSTOMV2 */ |
69 | 0x0a, 0x01, 0x72, 0xfe, 0x1a, 0x00, 0x00, 0x00, | 69 | 0x01, 0x00, 0x0a, 0x00, |
70 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 70 | 0x00, 0x00, 0x0a, 0x00, |
71 | 0x85, 0x09, 0x0a, 0x01, 0x72, 0xfe, 0x1a, 0x00, 0x00, 0x00, | ||
71 | 72 | ||
72 | /* struct pda_custom_wrapper */ | 73 | /* struct pda_custom_wrapper */ |
73 | 0x10, 0x06, 0x5d, 0xb0, /* PDR_PRISM_PA_CAL_CURVE_DATA_CUSTOM */ | 74 | 0x10, 0x06, 0x5d, 0xb0, /* PDR_PRISM_PA_CAL_CURVE_DATA_CUSTOM */ |
@@ -671,7 +672,7 @@ static unsigned char p54spi_eeprom[] = { | |||
671 | 0xa8, 0x09, 0x25, 0x00, 0xf5, 0xff, 0xf9, 0xff, 0x00, 0x01, | 672 | 0xa8, 0x09, 0x25, 0x00, 0xf5, 0xff, 0xf9, 0xff, 0x00, 0x01, |
672 | 673 | ||
673 | 0x02, 0x00, 0x00, 0x00, /* PDR_END */ | 674 | 0x02, 0x00, 0x00, 0x00, /* PDR_END */ |
674 | 0x67, 0x99, | 675 | 0xb6, 0x04, |
675 | }; | 676 | }; |
676 | 677 | ||
677 | #endif /* P54SPI_EEPROM_H */ | 678 | #endif /* P54SPI_EEPROM_H */ |