From 66c1d2d249aabbb849dfaa9478dd82aa77e1f453 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Wed, 3 Feb 2010 13:51:36 +0100 Subject: [PATCH] LNA gain should be a signed type --- rt2860_softc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt2860_softc.h b/rt2860_softc.h index 37ed134..575a049 100644 --- a/rt2860_softc.h +++ b/rt2860_softc.h @@ -246,7 +246,7 @@ struct rt2860_softc int8_t rssi_off_2ghz[RT2860_SOFTC_RSSI_OFF_COUNT]; int8_t rssi_off_5ghz[RT2860_SOFTC_RSSI_OFF_COUNT]; - uint8_t lna_gain[RT2860_SOFTC_LNA_GAIN_COUNT]; + int8_t lna_gain[RT2860_SOFTC_LNA_GAIN_COUNT]; int8_t txpow1[RT2860_SOFTC_TXPOW_COUNT]; int8_t txpow2[RT2860_SOFTC_TXPOW_COUNT]; -- 2.11.4.GIT