1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

[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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299794

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);