From: Joe Perches Date: Fri, 3 Dec 2010 03:12:38 +0000 (-0800) Subject: ath: Fix ath_dbg access beyond array bound X-Git-Tag: v2.6.38-rc1~476^2~169^2^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1cbc7a88985976267a851a2e1080578711b3b0d;p=pandora-kernel.git ath: Fix ath_dbg access beyond array bound ar9300RateSize is not necessarily a power of 4. Change ar9003_hw_set_target_power_eeprom to print the targetPowerValT2 array one per line. ath9k_hw_ar9300_set_txpower repeated the output 4 times per line, change it to print the targetPowerValT2 value one per line. Signed-off-by: Joe Perches Signed-off-by: John W. Linville --- Reading git-diff-tree failed