svn commit: r361087 - head/sys/dev/ath/ath_rate/sample

Adrian Chadd adrian at FreeBSD.org
Fri May 15 20:03:53 UTC 2020


Author: adrian
Date: Fri May 15 20:03:53 2020
New Revision: 361087
URL: https://svnweb.freebsd.org/changeset/base/361087

Log:
  [ath] [ath_rate_sample] le oops, trim out an #if 1 that I didn't fully delete.
  
  Cool, so now I know it's about 3 weeks between starting on freebsd coding
  and breaking the build again. Queue dunce cap.

Modified:
  head/sys/dev/ath/ath_rate/sample/sample.c

Modified: head/sys/dev/ath/ath_rate/sample/sample.c
==============================================================================
--- head/sys/dev/ath/ath_rate/sample/sample.c	Fri May 15 20:01:30 2020	(r361086)
+++ head/sys/dev/ath/ath_rate/sample/sample.c	Fri May 15 20:03:53 2020	(r361087)
@@ -358,7 +358,6 @@ pick_best_rate(struct ath_node *an, const HAL_RATE_TAB
 			if (best_rate_pct > (pct + 50))
 				continue;
 		}
-#if 1
 		/*
 		 * For non-MCS rates, use the current average txtime for
 		 * comparison.


More information about the svn-src-all mailing list