brcmfmac: correct specified length from FIFOCREDITBACK signal
authorArend van Spriel <[email protected]>
Wed, 3 Apr 2013 10:40:46 +0000 (12:40 +0200)
committerJohn W. Linville <[email protected]>
Wed, 3 Apr 2013 19:07:08 +0000 (15:07 -0400)
The length is not according specification so better fix it.

Reviewed-by: Pieter-Paul Giesberts <[email protected]>
Reviewed-by: Piotr Haber <[email protected]>
Reviewed-by: Hante Meuleman <[email protected]>
Signed-off-by: Arend van Spriel <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c

index 6d036b7e8a4490d695334964fd313eba6f21e381..6da9f82b9b1efdb3b00d48173da333230ec3ce27 100644 (file)
@@ -59,7 +59,7 @@
        BRCMF_FWS_TLV_DEF(RSSI, 8, 1) \
        BRCMF_FWS_TLV_DEF(INTERFACE_OPEN, 9, 1) \
        BRCMF_FWS_TLV_DEF(INTERFACE_CLOSE, 10, 1) \
-       BRCMF_FWS_TLV_DEF(FIFO_CREDITBACK, 11, 8) \
+       BRCMF_FWS_TLV_DEF(FIFO_CREDITBACK, 11, 6) \
        BRCMF_FWS_TLV_DEF(PENDING_TRAFFIC_BMP, 12, 2) \
        BRCMF_FWS_TLV_DEF(MAC_REQUEST_PACKET, 13, 3) \
        BRCMF_FWS_TLV_DEF(HOST_REORDER_RXPKTS, 14, 10) \