History log of /freebsd-current/sys/dev/bwn/if_bwn_util.h
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/


# 020cb220 14-May-2016 Adrian Chadd <adrian@FreeBSD.org>

[bwn] add Q52 macros.

The PHY-N code uses a different format for gain values, so these macros
are used for converting to/from and print out values.


# 7780dd71 14-May-2016 Adrian Chadd <adrian@FreeBSD.org>

[bwn] migrate sqrt and add another couple of util routines.

bwn_sqrt() is in the PHY-LP code but is also needed by the upcoming
PHY-N support.

The other two routines are used by the PHY-N code.

The next commit will introduce it into the compile and pull bwn_sqrt()
out of the PHY-LP source.