|
@@ -1072,8 +1072,10 @@ static u32 brcmf_sdio_hostmail(struct brcmf_sdio *bus)
|
|
|
bus->sdcnt.f1regdata += 2;
|
|
|
|
|
|
/* dongle indicates the firmware has halted/crashed */
|
|
|
- if (hmb_data & HMB_DATA_FWHALT)
|
|
|
+ if (hmb_data & HMB_DATA_FWHALT) {
|
|
|
brcmf_err("mailbox indicates firmware halted\n");
|
|
|
+ brcmf_dev_coredump(&sdiod->func1->dev);
|
|
|
+ }
|
|
|
|
|
|
/* Dongle recomposed rx frames, accept them again */
|
|
|
if (hmb_data & HMB_DATA_NAKHANDLED) {
|