projects
/
carl9170fw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa70a88
)
carl9170 firmware: reorganize wlan context members
author
Christian Lamparter
<chunkeey@googlemail.com>
Mon, 3 Jan 2011 21:16:14 +0000
(22:16 +0100)
committer
Christian Lamparter
<chunkeey@googlemail.com>
Mon, 3 Jan 2011 21:16:14 +0000
(22:16 +0100)
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/include/carl9170.h
patch
|
blob
|
history
diff --git
a/carlfw/include/carl9170.h
b/carlfw/include/carl9170.h
index 97c570577835071c2ece4fe598c4d7a68157e3d5..1965674c2b866a7c19882372248cf493a9a087a2 100644
(file)
--- 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 */