qcacld-3.0: Add fiwmare down case in the pld pcie uevent
When the firmware crashes platform driver notifies the driver through CNSS_FW_DOWN. Since firmware down support is not present for the PCI bus, The driver flags for target ready and recovery flags are not getting set resulting in the commands sent to firmware. Add the firmware down support for the pci bus. Change-Id: I20db3698602ea273038a3f024b4e5f61639f6d74 CRs-Fixed: 2338570
This commit is contained in:

committed by
nshrivas

parent
94bffed046
commit
f9957c0fcf
@@ -194,6 +194,9 @@ static void pld_pcie_uevent(struct pci_dev *pdev, uint32_t status)
|
||||
case CNSS_RECOVERY:
|
||||
data.uevent = PLD_RECOVERY;
|
||||
break;
|
||||
case CNSS_FW_DOWN:
|
||||
data.uevent = PLD_FW_DOWN;
|
||||
break;
|
||||
default:
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user