commit | c3c25d09d4ac1fc5eb8795f8904b2f0d42bca1d3 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Thu Dec 05 11:36:51 2019 +0100 |
committer | Felix Fietkau <nbd@nbd.name> | Fri Feb 14 10:06:00 2020 +0100 |
tree | c1732c3c2d9f7818425928c3629e62c59a858238 | |
parent | f0305d182c020d8c6300af461a5b606316b096e8 [diff] |
mt76: mt7615: defer mcu initialization via workqueue Loading the mcu firmware and waiting for it to boot takes a long time, which adds a significant amount to the system boot time. Fix this by running the mcu init from a workqueue and waiting for it to complete before starting the phy or issuing mcu commands via debugfs Signed-off-by: Felix Fietkau <nbd@nbd.name>