Skip to content

Commit

Permalink
fix some merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
elp committed May 16, 2012
1 parent 63598be commit 8095fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/mlme.c
Expand Up @@ -1562,7 +1562,7 @@ static void ieee80211_mgd_probe_ap(struct ieee80211_sub_if_data *sdata,

mutex_lock(&sdata->local->mtx);

if (sdata->local->tmp_channel || sdata->local->scanning) {
if (sdata->tmp_channel || sdata->local->scanning) {
mutex_unlock(&sdata->local->mtx);
goto out;
}
Expand Down

0 comments on commit 8095fcb

Please sign in to comment.