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);
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to