Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d9e9d09 authored by Roland Vossen's avatar Roland Vossen Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: removed compile warning



A warning was generated if CONFIG_BRCMDBG=n. Fixed this by introducing an
function.

Signed-off-by: default avatarRoland Vossen <rvossen@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent aa19d8e9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -183,10 +183,11 @@ static int wl_ops_start(struct ieee80211_hw *hw)

static void wl_ops_stop(struct ieee80211_hw *hw)
{
#ifdef BRCMDBG
	struct wl_info *wl = hw->priv;
	ASSERT(wl);
#endif /*BRCMDBG*/
	ieee80211_stop_queues(hw);
	return;
}

static int