diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/main.c')
| -rw-r--r-- | drivers/net/wireless/ath9k/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index 191eec50dc75..727f067aca4f 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
| @@ -2164,13 +2164,13 @@ static int ath9k_config(struct ieee80211_hw *hw, u32 changed) | |||
| 2164 | conf->ht.channel_type); | 2164 | conf->ht.channel_type); |
| 2165 | } | 2165 | } |
| 2166 | 2166 | ||
| 2167 | ath_update_chainmask(sc, conf->ht.enabled); | ||
| 2168 | |||
| 2167 | if (ath_set_channel(sc, &sc->sc_ah->ah_channels[pos]) < 0) { | 2169 | if (ath_set_channel(sc, &sc->sc_ah->ah_channels[pos]) < 0) { |
| 2168 | DPRINTF(sc, ATH_DBG_FATAL, "Unable to set channel\n"); | 2170 | DPRINTF(sc, ATH_DBG_FATAL, "Unable to set channel\n"); |
| 2169 | mutex_unlock(&sc->mutex); | 2171 | mutex_unlock(&sc->mutex); |
| 2170 | return -EINVAL; | 2172 | return -EINVAL; |
| 2171 | } | 2173 | } |
| 2172 | |||
| 2173 | ath_update_chainmask(sc, conf->ht.enabled); | ||
| 2174 | } | 2174 | } |
| 2175 | 2175 | ||
| 2176 | if (changed & IEEE80211_CONF_CHANGE_POWER) | 2176 | if (changed & IEEE80211_CONF_CHANGE_POWER) |
