Loading drivers/net/wireless/cnss2/pci.c +1 −0 Original line number Diff line number Diff line Loading @@ -989,6 +989,7 @@ static void cnss_pci_set_mhi_state_bit(struct cnss_pci_data *pci_priv, break; case MHI_DEV_CTRL_DE_INIT: clear_bit(MHI_DEV_CTRL_INIT, &pci_priv->mhi_state); break; case MHI_DEV_CTRL_POWER_ON: set_bit(MHI_DEV_CTRL_POWER_ON, &pci_priv->mhi_state); break; Loading drivers/net/wireless/cnss2/pci.h +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -33,8 +33,8 @@ enum cnss_mhi_state { CNSS_MHI_DEINIT, CNSS_MHI_SUSPEND, CNSS_MHI_RESUME, CNSS_MHI_POWER_ON, CNSS_MHI_POWER_OFF, CNSS_MHI_POWER_ON, CNSS_MHI_RAM_DUMP, CNSS_MHI_NOTIFY_LINK_ERROR, }; Loading Loading
drivers/net/wireless/cnss2/pci.c +1 −0 Original line number Diff line number Diff line Loading @@ -989,6 +989,7 @@ static void cnss_pci_set_mhi_state_bit(struct cnss_pci_data *pci_priv, break; case MHI_DEV_CTRL_DE_INIT: clear_bit(MHI_DEV_CTRL_INIT, &pci_priv->mhi_state); break; case MHI_DEV_CTRL_POWER_ON: set_bit(MHI_DEV_CTRL_POWER_ON, &pci_priv->mhi_state); break; Loading
drivers/net/wireless/cnss2/pci.h +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -33,8 +33,8 @@ enum cnss_mhi_state { CNSS_MHI_DEINIT, CNSS_MHI_SUSPEND, CNSS_MHI_RESUME, CNSS_MHI_POWER_ON, CNSS_MHI_POWER_OFF, CNSS_MHI_POWER_ON, CNSS_MHI_RAM_DUMP, CNSS_MHI_NOTIFY_LINK_ERROR, }; Loading