svn commit: r225633 - user/adrian/if_ath_tx/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Sat Sep 17 04:31:44 UTC 2011


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 */
 


More information about the svn-src-user mailing list