mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[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.
This commit is contained in:
parent
cce6344402
commit
af72b23b65
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue