* [PATCH] p54: swap short slot time dcf values
@ 2008-08-07 8:22 Christian Lamparter
0 siblings, 0 replies; only message in thread
From: Christian Lamparter @ 2008-08-07 8:22 UTC (permalink / raw)
To: linux-wireless; +Cc: John W Linville, Johannes Berg, Larry Finger
these "magic" values must to be the other way round...
Signed-off-by: Christian Lamparter <chunkeey@web.de>
---
--- a/drivers/net/wireless/p54/p54common.c 2008-08-07 00:37:18.000000000 +0200
+++ b/drivers/net/wireless/p54/p54common.c 2008-08-07 09:01:34.000000000 +0200
@@ -803,8 +803,8 @@ static void p54_set_vdcf(struct ieee8021
if (dev->conf.flags & IEEE80211_CONF_SHORT_SLOT_TIME) {
vdcf->slottime = 9;
- vdcf->magic1 = 0x00;
- vdcf->magic2 = 0x10;
+ vdcf->magic1 = 0x10;
+ vdcf->magic2 = 0x00;
} else {
vdcf->slottime = 20;
vdcf->magic1 = 0x0a;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-07 8:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-07 8:22 [PATCH] p54: swap short slot time dcf values Christian Lamparter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).