From 6553a04cadc90bce278d40c7e07c56a12575dce0 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sat, 14 May 2016 23:43:05 +0000 Subject: [PATCH] [bwn] use the new enum type. --- sys/dev/bwn/if_bwn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);