aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn/if_bwn.c
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-05-14 23:43:05 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-05-14 23:43:05 +0000
commit6553a04cadc90bce278d40c7e07c56a12575dce0 (patch)
tree30be74dcd3adeeb06abf8a27cde2de3f9acdc243 /sys/dev/bwn/if_bwn.c
parent1fb1f6f918b4a10f443184f2031daaf3fb07038d (diff)
downloadsrc-6553a04cadc90bce278d40c7e07c56a12575dce0.tar.gz
src-6553a04cadc90bce278d40c7e07c56a12575dce0.zip
[bwn] use the new enum type.
Notes
Notes: svn path=/head/; revision=299794
Diffstat (limited to 'sys/dev/bwn/if_bwn.c')
-rw-r--r--sys/dev/bwn/if_bwn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c
index ea1698883589..93c4677d55cc 100644
--- a/sys/dev/bwn/if_bwn.c
+++ b/sys/dev/bwn/if_bwn.c
@@ -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);