Commits
Fugang Duan committed a0f14445b39
MLK-21493 brcmfmac: move .brcmf_bus_preinit() after changing bus state Moving the brcmf_bus_preinit() call allows the bus code to do some required initialization before handling firmware control messages. .brcmf_bus_preinit() already is called in .brcmf_bus_started() when bus is ready. So remove it from .brcmf_c_preinit_dcmds(). Fixes: 383c26d2ea2f(MLK-18675-20 brcmfmac: Support wake on ping packet) Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>