On 6/29/2017 3:51 AM, Ajit Khaparde wrote: > This patch fixes some link related issues that can occur because: > > bnxt_hwrm_port_phy_cfg() was setting enables inappropriately. > bnxt_hwrm_port_phy_qcfg() was overly complex. > bnxt_get_hwrm_link_config() was basing the speed on the link status. > bnxt_get_hwrm_link_config() was using the incorrect macros for auto_mode > we are not using supported speeds from phy_qcfg for auto mask.
Does it make sense to split patch per issue fixed? > > Fixes: 7bc8e9a227cc ("net/bnxt: support async link notification") > > Signed-off-by: Stephen Hurd <stephen.h...@broadcom.com> > Signed-off-by: Ajit Khaparde <ajit.khapa...@broadcom.com> <...>