commit | dfcca60b884185cc1e12de932156bd806d896747 | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Mon Jan 07 13:53:47 2013 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jan 09 14:37:10 2013 -0500 |
tree | 3e71464c9cba105d6fbb489a6bdf87f07f1f419b | |
parent | 4656b8f680b4405d68a84e6223b1709b3e1944a6 [diff] |
ath9k_hw: Fix MCI init for AGC calibration When AGC calibration is to be done, a GPM message with the payload, MCI_GPM_WLAN_CAL_REQ has to be sent. Currently this falls within the IQ-CAL code block which is incorrect. Fix this by using a separate variable to decide when IQ-CAL is to be done separately and call ar9003_mci_init_cal_req correctly. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>