Re: [ath9k-devel] [PATCH v2 03/10] ath10k: allow deferred regd update

2013-06-14 Thread Michal Kazior
On 13/06/13 20:08, Kalle Valo wrote: Michal Kazior michal.kaz...@tieto.com writes: Regulatory domain notification hook can be called regardless of the hw state (i.e. before start mac80211 callback). We should have the same check also in debugfs files, right? Good catch. As always, thanks

[ath9k-devel] [PATCH v2 03/10] ath10k: allow deferred regd update

2013-06-12 Thread Michal Kazior
Regulatory domain notification hook can be called regardless of the hw state (i.e. before start mac80211 callback). Signed-off-by: Michal Kazior michal.kaz...@tieto.com --- drivers/net/wireless/ath/ath10k/core.h |7 +++ drivers/net/wireless/ath/ath10k/mac.c | 26