]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
p54: fix rssi auto calibration
authorChristian Lamparter <chunkeey@web.de>
Sat, 23 Aug 2008 20:15:25 +0000 (22:15 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Aug 2008 20:24:08 +0000 (16:24 -0400)
commit154e3af17fdce617605b63f3534dac2c10c90922
tree48331503716ff5a5f1848237017d06c808f80a18
parenta3ec233c90f0b8a5c00bf182f2c3ea9119b46caa
p54: fix rssi auto calibration

Ever wondered why the signal was so bad with p54 compared to madwifi, or intel?

Well, if you have revision 1 rssi calibration curve points in your EEPROM, then wonder no more.
The firmware wants a extra 1 byte padding for every curve point. But someone forgot to put
them into the EEPROM's data structure...

So now, big question: what happens when we blindly "memcpy" these data points?

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/p54common.c
drivers/net/wireless/p54/p54common.h