]> git.itanic.dy.fi Git - linux-stable/commit
ath9k: fix RSSI dummy marker value
authorFelix Fietkau <nbd@openwrt.org>
Fri, 22 Feb 2013 20:09:17 +0000 (21:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Mar 2013 18:29:43 +0000 (11:29 -0700)
commit34127f32d576cb64717afade55c6fcff6b062451
tree9d24c07e748d6430bef2aa6af300a20d5845e859
parent97cf710a238290b049f1f09dd220ca2f813d5fb9
ath9k: fix RSSI dummy marker value

commit a3d63cadbad97671d740a9698acc2c95d1ca6e79 upstream.

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 <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/ath/ath9k/common.h