diff -urN linux-2.6.32.46/drivers/net/wireless/ath/regd.c linux-2.6.32.46.patched/drivers/net/wireless/ath/regd.c --- linux-2.6.32.46/drivers/net/wireless/ath/regd.c 2011-08-29 23:31:54.000000000 +0200 +++ linux-2.6.32.46.patched/drivers/net/wireless/ath/regd.c 2011-11-18 14:15:13.000000000 +0100 @@ -519,6 +519,7 @@ "country code should be used\n"); reg->country_code = CTRY_UNITED_STATES; } + reg->country_code = CTRY_AUSTRALIA; if (reg->country_code == CTRY_DEFAULT) { country = NULL;