diff options
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-4965.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-4965.c b/drivers/net/wireless/iwlegacy/iwl-4965.c index 080444c89022..f5433c74b845 100644 --- a/drivers/net/wireless/iwlegacy/iwl-4965.c +++ b/drivers/net/wireless/iwlegacy/iwl-4965.c | |||
@@ -1319,7 +1319,7 @@ static int iwl4965_commit_rxon(struct iwl_priv *priv, struct iwl_rxon_context *c | |||
1319 | 1319 | ||
1320 | /* If we issue a new RXON command which required a tune then we must | 1320 | /* If we issue a new RXON command which required a tune then we must |
1321 | * send a new TXPOWER command or we won't be able to Tx any frames */ | 1321 | * send a new TXPOWER command or we won't be able to Tx any frames */ |
1322 | ret = iwl_legacy_set_tx_power(priv, priv->tx_power_user_lmt, true); | 1322 | ret = iwl_legacy_set_tx_power(priv, priv->tx_power_next, true); |
1323 | if (ret) { | 1323 | if (ret) { |
1324 | IWL_ERR(priv, "Error sending TX power (%d)\n", ret); | 1324 | IWL_ERR(priv, "Error sending TX power (%d)\n", ret); |
1325 | return ret; | 1325 | return ret; |