~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-proposed

« back to all changes in this revision

Viewing changes to drivers/net/wireless/ath/ath9k/ar9003_calib.c

  • Committer: Package Import Robot
  • Author(s): Steve Conklin, Steve Conklin
  • Date: 2013-05-15 16:25:01 UTC
  • Revision ID: package-import@ubuntu.com-20130515162501-ti0oxp4qz8rqs4ai
Tags: 3.5.0-31.52~precise1
[Steve Conklin]

* Release Tracking Bug
  - LP: #1181071
* merged back in delta from 28.48 to 29.49

Show diffs side-by-side

added added

removed removed

Lines of Context:
910
910
                                          AR_PHY_CL_TAB_1,
911
911
                                          AR_PHY_CL_TAB_2 };
912
912
 
 
913
        /* Use chip chainmask only for calibration */
913
914
        ar9003_hw_set_chain_masks(ah, ah->caps.rx_chainmask, ah->caps.tx_chainmask);
914
915
 
915
916
        if (rtt) {
1057
1058
                ar9003_hw_rtt_disable(ah);
1058
1059
        }
1059
1060
 
 
1061
        /* Revert chainmask to runtime parameters */
 
1062
        ar9003_hw_set_chain_masks(ah, ah->rxchainmask, ah->txchainmask);
 
1063
 
1060
1064
        /* Initialize list pointers */
1061
1065
        ah->cal_list = ah->cal_list_last = ah->cal_list_curr = NULL;
1062
1066
        ah->supp_cals = IQ_MISMATCH_CAL;