[PATCH 2/7] wcn36xx: get chip type from platform ops

Eugene Krasnikov k.eugene.e at gmail.com
Mon May 25 23:38:14 PDT 2015


> +       if (wcn->ctrl_ops->get_chip_type)
> +               wcn->chip_version = wcn->ctrl_ops->get_chip_type();
> +       else
> +               wcn->chip_version = wcn36xx_detect_chip_version(wcn);
> +

I kind of like the idea about get_chip_type. Shall we get rid of
wcn36xx_detect_chip_version completely? Do not like the idea to decide
which chip is this based on 11ac support.



-- 
Best regards,
Eugene



More information about the wcn36xx mailing list