aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
diff options
context:
space:
mode:
authorLandon J. Fuller <landonf@FreeBSD.org>2018-02-12 22:21:11 +0000
committerLandon J. Fuller <landonf@FreeBSD.org>2018-02-12 22:21:11 +0000
commite8a81142ab16d8b953d891a1a6a3ca8cea605749 (patch)
tree4e6b8c7dda961b2862714049e76655b65cb40112 /sys/dev/bwn
parent0bbfb20fe5db75ca161a8d8de6683e5c281931d3 (diff)
Notes
Diffstat (limited to 'sys/dev/bwn')
-rw-r--r--sys/dev/bwn/if_bwn_phy_g.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwn/if_bwn_phy_g.c b/sys/dev/bwn/if_bwn_phy_g.c
index 280e52156974..fecb06109282 100644
--- a/sys/dev/bwn/if_bwn_phy_g.c
+++ b/sys/dev/bwn/if_bwn_phy_g.c
@@ -216,7 +216,7 @@ do { \
} while (delta >= 2);
pg->pg_tssi2dbm[i] = MIN(MAX(BWN_TSSI2DBM(m1 * f, 8192), -127),
- 128);
+ 127);
}
pg->pg_flags |= BWN_PHY_G_FLAG_TSSITABLE_ALLOC;