From a8040e8555e27369fe7ec44028f7a970910bffab Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Mon, 3 Jan 2011 22:16:14 +0100 Subject: [PATCH] carl9170 firmware: reorganize wlan context members Signed-off-by: Christian Lamparter --- carlfw/include/carl9170.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/carlfw/include/carl9170.h b/carlfw/include/carl9170.h index 97c5705..1965674 100644 --- a/carlfw/include/carl9170.h +++ b/carlfw/include/carl9170.h @@ -96,11 +96,15 @@ struct firmware_context_struct { /* Hardware DMA queue unstuck/fix detection */ unsigned int last_tx_desc_num[__AR9170_NUM_TX_QUEUES]; struct dma_desc *last_tx_desc[__AR9170_NUM_TX_QUEUES]; + unsigned int mac_reset; + unsigned int soft_int; + + /* rx filter */ unsigned int rx_filter; + + /* rx statistics */ unsigned int rx_total; unsigned int rx_overruns; - unsigned int mac_reset; - unsigned int soft_int; #ifdef CONFIG_CARL9170FW_CAB_QUEUE /* CAB */ -- 2.31.1