|
@@ -526,9 +526,8 @@ int iwlagn_send_tx_power(struct iwl_priv *priv)
|
|
|
else
|
|
|
tx_ant_cfg_cmd = REPLY_TX_POWER_DBM_CMD;
|
|
|
|
|
|
- return iwl_send_cmd_pdu_async(priv, tx_ant_cfg_cmd,
|
|
|
- sizeof(tx_power_cmd), &tx_power_cmd,
|
|
|
- NULL);
|
|
|
+ return iwl_send_cmd_pdu(priv, tx_ant_cfg_cmd, sizeof(tx_power_cmd),
|
|
|
+ &tx_power_cmd);
|
|
|
}
|
|
|
|
|
|
void iwlagn_temperature(struct iwl_priv *priv)
|