lkml.org 
[lkml]   [2013]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.5 43/78] rt2400pci: fix RSSI read
    Date
    3.5.7.26 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Stanislaw Gruszka <stf_xl@wp.pl>

    commit 2bf127a5cc372b9319afcbae10b090663b621c8b upstream.

    RSSI value is provided on word3 not on word2.

    Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
    Signed-off-by: John W. Linville <linville@tuxdriver.com>
    Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
    ---
    drivers/net/wireless/rt2x00/rt2400pci.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/net/wireless/rt2x00/rt2400pci.c b/drivers/net/wireless/rt2x00/rt2400pci.c
    index d8594a2..dd2160c 100644
    --- a/drivers/net/wireless/rt2x00/rt2400pci.c
    +++ b/drivers/net/wireless/rt2x00/rt2400pci.c
    @@ -1253,7 +1253,7 @@ static void rt2400pci_fill_rxdone(struct queue_entry *entry,
    */
    rxdesc->timestamp = ((u64)rx_high << 32) | rx_low;
    rxdesc->signal = rt2x00_get_field32(word2, RXD_W2_SIGNAL) & ~0x08;
    - rxdesc->rssi = rt2x00_get_field32(word2, RXD_W3_RSSI) -
    + rxdesc->rssi = rt2x00_get_field32(word3, RXD_W3_RSSI) -
    entry->queue->rt2x00dev->rssi_offset;
    rxdesc->size = rt2x00_get_field32(word0, RXD_W0_DATABYTE_COUNT);

    --
    1.8.3.2


    \
     
     \ /
      Last update: 2013-11-25 16:01    [W:4.374 / U:0.288 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site