commit | 115af851234fc2690753f71685a0007fa4c7f973 | [log] [tgz] |
---|---|---|
author | Igor Mitsyanko <igor.mitsyanko.os@quantenna.com> | Thu Sep 21 14:34:37 2017 -0700 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Sep 25 11:27:18 2017 +0300 |
tree | a099ca146239878d6b8ae3e8bb00e08d6516cc75 | |
parent | 6bfe61d697cb24b0838227c40bff8603addae652 [diff] |
qtnfmac: do not report channel changes until wiphy is registered Wireless device may send "channel changed" event before driver registered this device with wireless core, which will result in warnings. Once device is registered, higher layer will query channel info manually using .get_channel callback. Signed-off-by: Igor Mitsyanko <igor.mitsyanko.os@quantenna.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>