projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc9803
)
p54: swap short slot time dcf values
author
Christian Lamparter
<chunkeey@web.de>
Thu, 7 Aug 2008 08:22:28 +0000
(10:22 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 7 Aug 2008 13:49:04 +0000
(09:49 -0400)
these "magic" values must to be the other way round...
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/p54/p54common.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/p54/p54common.c
b/drivers/net/wireless/p54/p54common.c
index 2d2d33612aef48a6bea84c0021a627d0e8526f06..83cd85e1f8475e90e4d9a7e46ef11333af55c7ef 100644
(file)
--- a/
drivers/net/wireless/p54/p54common.c
+++ b/
drivers/net/wireless/p54/p54common.c
@@
-817,8
+817,8
@@
static void p54_set_vdcf(struct ieee80211_hw *dev)
if (dev->conf.flags & IEEE80211_CONF_SHORT_SLOT_TIME) {
vdcf->slottime = 9;
- vdcf->magic1 = 0x
0
0;
- vdcf->magic2 = 0x
1
0;
+ vdcf->magic1 = 0x
1
0;
+ vdcf->magic2 = 0x
0
0;
} else {
vdcf->slottime = 20;
vdcf->magic1 = 0x0a;