* [ath9k-devel] [PATCH] ath10k: remove CTRY_DEFAULT assignment
@ 2013-05-16 8:27 Michal Kazior
2013-05-21 18:54 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Michal Kazior @ 2013-05-16 8:27 UTC (permalink / raw)
To: ath9k-devel
The country is be overwritten by the eeprom
regdomain that we read from WMI event anyway.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
---
drivers/net/wireless/ath/ath10k/mac.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 974f992..9454ff3 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -2941,7 +2941,6 @@ int ath10k_mac_register(struct ath10k *ar)
ar->hw->wiphy->iface_combinations = &ath10k_if_comb;
ar->hw->wiphy->n_iface_combinations = 1;
- ar->ath_common.regulatory.country_code = CTRY_DEFAULT;
ret = ath_regd_init(&ar->ath_common.regulatory, ar->hw->wiphy,
ath10k_reg_notifier);
if (ret) {
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [ath9k-devel] [PATCH] ath10k: remove CTRY_DEFAULT assignment
2013-05-16 8:27 [ath9k-devel] [PATCH] ath10k: remove CTRY_DEFAULT assignment Michal Kazior
@ 2013-05-21 18:54 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2013-05-21 18:54 UTC (permalink / raw)
To: ath9k-devel
Michal Kazior <michal.kazior@tieto.com> writes:
> The country is be overwritten by the eeprom
> regdomain that we read from WMI event anyway.
>
> Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Thanks, applied.
--
Kalle Valo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-21 18:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 8:27 [ath9k-devel] [PATCH] ath10k: remove CTRY_DEFAULT assignment Michal Kazior
2013-05-21 18:54 ` Kalle Valo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.