svn commit: r299794 - head/sys/dev/bwn

Adrian Chadd adrian at FreeBSD.org
Sat May 14 23:43:06 UTC 2016


Author: adrian
Date: Sat May 14 23:43:05 2016
New Revision: 299794
URL: https://svnweb.freebsd.org/changeset/base/299794

Log:
  [bwn] use the new enum type.

Modified:
  head/sys/dev/bwn/if_bwn.c

Modified: head/sys/dev/bwn/if_bwn.c
==============================================================================
--- head/sys/dev/bwn/if_bwn.c	Sat May 14 23:42:37 2016	(r299793)
+++ head/sys/dev/bwn/if_bwn.c	Sat May 14 23:43:05 2016	(r299794)
@@ -5888,7 +5888,7 @@ bwn_phy_txpower_check(struct bwn_mac *ma
 	struct bwn_phy *phy = &mac->mac_phy;
 	struct ieee80211com *ic = &sc->sc_ic;
 	unsigned long now;
-	int result;
+	bwn_txpwr_result_t result;
 
 	BWN_GETTIME(now);
 


More information about the svn-src-head mailing list