History log of /freebsd-current/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c
Revision Date Author Comments
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 6e778a7e 08-Dec-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

SPDX: license IDs for some ISC-related files.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# e25b0c15 05-Feb-2009 Sam Leffler <sam@FreeBSD.org>

eliminate gainFCorrection; just have ar5212GetGainFCorrection return
the calculated value as it's only used in one place


# 694be3e5 12-Jan-2009 Sam Leffler <sam@FreeBSD.org>

On some platforms touching the bb registers when the phy is powered
down will cause a fault. Check the phy power state before possibly
reading from the bb, this can happen as ar5212Reset intentionally
calls ar5212GetRfgain before bringing the bb out of reset (but we
do it here and not in the caller to guard against other possible uses).