[bwn] use the new enum type.

This commit is contained in:
Adrian Chadd 2016-05-14 23:43:05 +00:00
parent 1fb1f6f918
commit 6553a04cad

View File

@ -5888,7 +5888,7 @@ bwn_phy_txpower_check(struct bwn_mac *mac, uint32_t flags)
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);