projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6c789
)
wlcore: fix the CONF_TX_AC_ANY_TID to be 0xff
author
Yoni Divinsky
<yoni.divinsky@ti.com>
Tue, 8 May 2012 11:02:14 +0000
(14:02 +0300)
committer
Luciano Coelho
<coelho@ti.com>
Tue, 5 Jun 2012 17:24:31 +0000
(20:24 +0300)
In the enum conf_tx_ac CONF_TX_AC_ANY_TID should
be 0xff to match the firmware's implementation.
Signed-off-by: Yoni Divinsky <yoni.divinsky@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wlcore/conf.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ti/wlcore/conf.h
b/drivers/net/wireless/ti/wlcore/conf.h
index
14dd361
..
d2c4885
100644
(file)
--- a/
drivers/net/wireless/ti/wlcore/conf.h
+++ b/
drivers/net/wireless/ti/wlcore/conf.h
@@
-518,7
+518,7
@@
enum conf_tx_ac {
CONF_TX_AC_VI = 2, /* video */
CONF_TX_AC_VO = 3, /* voice */
CONF_TX_AC_CTS2SELF = 4, /* fictitious AC, follows AC_VO */
- CONF_TX_AC_ANY_TID = 0x
1
f
+ CONF_TX_AC_ANY_TID = 0x
f
f
};
struct conf_tx_ac_category {