Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129736
b: refs/heads/master
c: 86060f0
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Jan 12, 2009
1 parent cd6524b commit 7766890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20953ad68ee522f6420b63c200ac9b23f96d937a
refs/heads/master: 86060f0d691f5ee1b4ef4efe770b683e54ac438d
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2164,13 +2164,13 @@ static int ath9k_config(struct ieee80211_hw *hw, u32 changed)
conf->ht.channel_type);
}

ath_update_chainmask(sc, conf->ht.enabled);

if (ath_set_channel(sc, &sc->sc_ah->ah_channels[pos]) < 0) {
DPRINTF(sc, ATH_DBG_FATAL, "Unable to set channel\n");
mutex_unlock(&sc->mutex);
return -EINVAL;
}

ath_update_chainmask(sc, conf->ht.enabled);
}

if (changed & IEEE80211_CONF_CHANGE_POWER)
Expand Down

0 comments on commit 7766890

Please sign in to comment.