freebsd-dev/sys/dev/bwn
Landon J. Fuller 6467a17b49 bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.
- Fix reference of uninitialized error value in bhndb_generic_resume() if
  the dynamic window count is 0.

- Fix incorrect bhnd_pmu(4) UPTME_MASK and PLL0_PC2_WILD_INT_MASK
  constants.

- Variable definitions referenced by our generated SPROM layouts will never
  be NULL, but add explicit asserts to make that clear.

- Add missing variable initialization in bhnd_nvram_sprom_ident().

- Fix leak of driver array in bhnd_erom_probe_driver_classes().

- Fix zero-length memset() in bhndb_pci_eio_init().

- Fix an off-by-one error and potential invalid OOBSEL bit shift operation
  in bcma_dinfo_init_intrs().

- Remove dead code in siba_suspend_hw().

- Fix duplicate call to bhnd_pmu_enable_regulator() in both the enable and
  disable code paths of bhnd_compat_cc_pmu_set_ldoparef().

Reported by:	Coverity
CIDs:		1355194, 1362020, 1362022, 1373114, 1366563, 1373115,
		1381569, 1381579, 1383555, 1383566, 1383571
Sponsored by:	The FreeBSD Foundation
2017-12-15 04:51:47 +00:00
..
if_bwn_bhnd.c Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. 2017-12-14 06:45:04 +00:00
if_bwn_chipid.h [bwn] add BCMA chip identifiers. 2016-05-14 20:03:24 +00:00
if_bwn_cordic.h [bwn] add an implementation of "cordic" and imaginary math. 2016-05-14 23:33:13 +00:00
if_bwn_debug.h [bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropriate. 2016-05-16 22:56:45 +00:00
if_bwn_misc.h [bwn] implement reset improvements in preparation for PHY-N support 2016-05-14 23:20:46 +00:00
if_bwn_pci.c Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. 2017-12-14 06:45:04 +00:00
if_bwn_pcivar.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_common.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_common.h [bwn] begin migrating PHY common routines into if_bwn_phy_common.[ch]. 2016-05-14 20:11:48 +00:00
if_bwn_phy_g.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_g.h [bwn] add new types, prepare for PHY-N; prepare for rev 5xx firmware. 2016-05-14 23:38:21 +00:00
if_bwn_phy_lp.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_lp.h [bwn] break out the LP PHY code into a separate file. 2016-05-02 21:06:02 +00:00
if_bwn_phy_n.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_n.h [bwn] add PHY-N glue. 2016-05-17 07:11:12 +00:00
if_bwn_siba_compat.c bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity. 2017-12-15 04:51:47 +00:00
if_bwn_siba_compat.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_siba.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_siba.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_util.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_util.h [bwn] add Q52 macros. 2016-05-14 20:09:37 +00:00
if_bwn.c Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. 2017-12-14 06:45:04 +00:00
if_bwnreg.h Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. 2017-12-14 06:45:04 +00:00
if_bwnvar.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00