Mohammed Shafi Shajakhan wrote: > + > + if (AR_SREV_9462(ah)) { > + ah->ent_mode = REG_READ(ah, AR_ENT_OTP); > + if (!(ah->ent_mode & AR_ENT_OTP_49GHZ_DISABLE)) > + pCap->hw_caps |= ATH9K_HW_CAP_MCI; > + } > + > + if (AR_SREV_9462_20(ah)) > + pCap->hw_caps |= ATH9K_HW_CAP_RTT; ah->ent_mode is already being updated earlier in ath9k_hw_fill_cap_info(), so there is no need to read AR_ENT_OTP again. Sujith -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html