commit | d123172175db84a65bf66245bfa15aaabaa361a9 | [log] [tgz] |
---|---|---|
author | Igor Mitsyanko <igor.mitsyanko.os@quantenna.com> | Wed Mar 20 10:03:48 2019 +0000 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Apr 04 12:57:24 2019 +0300 |
tree | e357e1e60ccdc00688fa4a0f8eb16e451446bd39 | |
parent | 8db32fa400916333c20184793d1400bd74e1f740 [diff] |
qtnfmac: make regulatory notifier work on per-phy basis Wireless core calls regulatory notifier for each wiphy and it only guarantees that bands info is updated for this particular wiphy prior to calling a notifier. Hence updating all wiphy which belong to driver in a single notifier callback is redundant and incorrect. Signed-off-by: Igor Mitsyanko <igor.mitsyanko.os@quantenna.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>