From af72b23b65fa0fb4f50c8760059d5e811c44514d Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 15 May 2020 20:03:53 +0000 Subject: [PATCH] [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. --- sys/dev/ath/ath_rate/sample/sample.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/ath/ath_rate/sample/sample.c b/sys/dev/ath/ath_rate/sample/sample.c index cd3609e15dc..f3f1a41c958 100644 --- a/sys/dev/ath/ath_rate/sample/sample.c +++ b/sys/dev/ath/ath_rate/sample/sample.c @@ -358,7 +358,6 @@ pick_best_rate(struct ath_node *an, const HAL_RATE_TABLE *rt, if (best_rate_pct > (pct + 50)) continue; } -#if 1 /* * For non-MCS rates, use the current average txtime for * comparison.