Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361074
b: refs/heads/master
c: e07cbb5
h: refs/heads/master
v: v3
  • Loading branch information
Dor Shaish authored and Johannes Berg committed Mar 4, 2013
1 parent c595d64 commit 1db206c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 715c998ff4d1106c3096bc5a48e4196663e6701a
refs/heads/master: e07cbb536acb249db5fd63f6884354630ae875ad
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/mvm/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,11 @@ int iwl_run_init_mvm_ucode(struct iwl_mvm *mvm, bool read_nvm)
ret = iwl_nvm_check_version(mvm->nvm_data, mvm->trans);
WARN_ON(ret);

/* Send TX valid antennas before triggering calibrations */
ret = iwl_send_tx_ant_cfg(mvm, mvm->nvm_data->valid_tx_ant);
if (ret)
goto error;

/* Override the calibrations from TLV and the const of fw */
iwl_set_default_calib_trigger(mvm);

Expand Down

0 comments on commit 1db206c

Please sign in to comment.