chipset/bcm: detect CYW5551x for firmware download

This commit is contained in:
Matthias Ringwald 2024-11-05 16:11:05 +01:00
parent f0f955440e
commit 7f03330a55

View File

@ -106,6 +106,10 @@ static void bcm_detect_controller(uint16_t manufacturer,
// CYW5557x
device_name = "CYW55560A1";
break;
case 0x2220:
// CYW5551x
device_name = "CYW55500A1";
break;
default:
break;
}