From 47a6c7e36d8331fb00c7ae59cfd9d6783fd6dd6f Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Wed, 17 Feb 2010 19:05:43 +0100 Subject: [PATCH] Fixed typing error in rt2860_bbp_tuning --- rt2860.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt2860.c b/rt2860.c index 848c05c..b987a3e 100644 --- a/rt2860.c +++ b/rt2860.c @@ -4898,7 +4898,7 @@ static void rt2860_bbp_tuning(struct rt2860_softc *sc) ic = &sc->ic; - if ((ic->ic_flags & IEEE80211_F_SCAN) + if ((ic->ic_flags & IEEE80211_F_SCAN) || ic->ic_opmode != IEEE80211_M_STA || ic->ic_state != IEEE80211_S_RUN) return; -- 2.11.4.GIT