Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2011 02:54:42 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225818 - head/sys/dev/ath
Message-ID:  <201109280254.p8S2sg6c051917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Sep 28 02:54:42 2011
New Revision: 225818
URL: http://svn.freebsd.org/changeset/base/225818

Log:
  Update the default AIFS value for hostap mode.
  
  Obtained from:	Linux ath9k, Atheros reference

Modified:
  head/sys/dev/ath/if_athvar.h

Modified: head/sys/dev/ath/if_athvar.h
==============================================================================
--- head/sys/dev/ath/if_athvar.h	Tue Sep 27 19:54:58 2011	(r225817)
+++ head/sys/dev/ath/if_athvar.h	Wed Sep 28 02:54:42 2011	(r225818)
@@ -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?201109280254.p8S2sg6c051917>