From: Sujith <Sujith.Manoharan@xxxxxxxxxxx> diff --git a/drivers/net/wireless/ath9k/regd.c b/drivers/net/wireless/ath9k/regd.c index a3dee36..8a99365 100644 --- a/drivers/net/wireless/ath9k/regd.c +++ b/drivers/net/wireless/ath9k/regd.c @@ -102,10 +102,9 @@ static bool ath9k_regd_is_ccode_valid(struct ath_hal *ah, if (cc == CTRY_DEFAULT) return true; -#ifdef AH_DEBUG_COUNTRY if (cc == CTRY_DEBUG) return true; -#endif + rd = ath9k_regd_get_eepromRD(ah); DPRINTF(ah->ah_sc, ATH_DBG_REGULATORY, "%s: EEPROM regdomain 0x%x\n", __func__, rd); -- 1.5.4.3 -- 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