Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2011 04:31:43 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r225633 - user/adrian/if_ath_tx/sys/dev/ath
Message-ID:  <201109170431.p8H4VhnD052357@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Sep 17 04:31:43 2011
New Revision: 225633
URL: http://svn.freebsd.org/changeset/base/225633

Log:
  Flip the AIFS default for beaconq to be in line with the ath9k/reference
  driver.
  
  TODO: is this valid for the ath5k chips, perhaps?

Modified:
  user/adrian/if_ath_tx/sys/dev/ath/if_athvar.h

Modified: user/adrian/if_ath_tx/sys/dev/ath/if_athvar.h
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/if_athvar.h	Fri Sep 16 22:57:50 2011	(r225632)
+++ user/adrian/if_ath_tx/sys/dev/ath/if_athvar.h	Sat Sep 17 04:31:43 2011	(r225633)
@@ -64,7 +64,7 @@
 #define	ATH_TXMGTTRY	4		/* xmit attempts for mgt/ctl frames */
 #define	ATH_TXINTR_PERIOD 5		/* max number of batched tx descriptors */
 
-#define	ATH_BEACON_AIFS_DEFAULT	 0	/* default aifs for ap beacon q */
+#define	ATH_BEACON_AIFS_DEFAULT	 1	/* default aifs for ap beacon q */
 #define	ATH_BEACON_CWMIN_DEFAULT 0	/* default cwmin for ap beacon q */
 #define	ATH_BEACON_CWMAX_DEFAULT 0	/* default cwmax for ap beacon q */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109170431.p8H4VhnD052357>