From: Felix Fietkau Date: Fri, 22 Feb 2013 20:09:17 +0000 (+0100) Subject: ath9k: fix RSSI dummy marker value X-Git-Tag: v3.9-rc2~24^2~15^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d63cadbad97671d740a9698acc2c95d1ca6e79;p=pandora-kernel.git ath9k: fix RSSI dummy marker value RSSI is being stored internally as s8 in several places. The indication of an unset RSSI value, ATH_RSSI_DUMMY_MARKER, was supposed to have been set to 127, but ended up being set to 0x127 because of a code cleanup mistake. This could lead to invalid signal strength values in a few places. Signed-off-by: Felix Fietkau Cc: stable@vger.kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed