Search Linux Wireless

[PATCH] p54: swap short slot time dcf values

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



these "magic" values must to be the other way round...

Signed-off-by: Christian Lamparter <chunkeey@xxxxxx>
---

--- 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;

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux