freebsd-dev/sys/dev/bwi
Warner Losh 5035b5f5b0 bwi: Mark write-only variable as __unused
We read TX_STATUS1 to acknowledge a TX interrupt. We don't use this
value for anything, so mark it as unused. We may be able to eliminate
this read, but since this hardware is poorly documented and difficult to
test, I'm leaving the read in place.

Sponsored by:		Netflix
2022-04-05 13:52:55 -06:00
..
bitops.h
bwimac.c
bwimac.h
bwiphy.c
bwiphy.h
bwirf.c bwi: Remove write-only variable 2022-04-05 13:52:54 -06:00
bwirf.h
if_bwi_pci.c
if_bwi.c bwi: Mark write-only variable as __unused 2022-04-05 13:52:55 -06:00
if_bwireg.h
if_bwivar.h bwi: Fix clang 14 warning about possible unaligned access 2022-02-13 14:35:58 +01:00