rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required...
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / rtl8192de / hw.c
index aa5b42521bb4072580efae606d84323a0e7977db..7dd8f6de0550f4f03424472f8926577a23b513c9 100644 (file)
@@ -1183,7 +1183,7 @@ void rtl92d_linked_set_reg(struct ieee80211_hw *hw)
        u8 channel = rtlphy->current_channel;
 
        indexforchannel = rtl92d_get_rightchnlplace_for_iqk(channel);
-       if (!rtlphy->iqk_matrix_regsetting[indexforchannel].iqk_done) {
+       if (!rtlphy->iqk_matrix[indexforchannel].iqk_done) {
                RT_TRACE(rtlpriv, COMP_SCAN | COMP_INIT, DBG_DMESG,
                         "Do IQK for channel:%d\n", channel);
                rtl92d_phy_iq_calibrate(hw);
This page took 0.026135 seconds and 5 git commands to generate.