From: Christian Lamparter Date: Sat, 23 Aug 2008 20:15:25 +0000 (+0200) Subject: p54: fix rssi auto calibration X-Git-Tag: v2.6.28-rc1~717^2~384^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154e3af17fdce617605b63f3534dac2c10c90922;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed