these "magic" values must to be the other way round...
Signed-off-by: Christian Lamparter <[email protected]>
---
--- 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;