X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=blobdiff_plain;f=fwcutter%2Ffwcutter.c;fp=fwcutter%2Ffwcutter.c;h=e9082f95fbeca1146a57b8047efa4dcdabb6fcf9;hp=6f5788c535aaf584f34cf20ed20e7d281d9689b8;hb=ec376b3c80a49f2e1aae1b460994fe0e4cd534e7;hpb=38267954aae73659de271c67e6892c744b47f3d8 diff --git a/fwcutter/fwcutter.c b/fwcutter/fwcutter.c index 6f5788c..e9082f9 100644 --- a/fwcutter/fwcutter.c +++ b/fwcutter/fwcutter.c @@ -449,7 +449,7 @@ static int brcmsmac_name_to_idx(const char *name) return D11N0INITVALS16; } else if (strcmp("ucode16_mimo", name) == 0) { return D11UCODE_OVERSIGHT16_MIMO; - } else if (strcmp("ucode24_mimo", name) == 0) { + } else if (strcmp("ucode24_lcn", name) == 0) { return D11UCODE_OVERSIGHT24_LCN; } return 0; @@ -459,7 +459,7 @@ static int brcmsmac_name_to_size_idx(const char *name) { if (strcmp("ucode16_mimo", name) == 0) { return D11UCODE_OVERSIGHT16_MIMOSZ; - } else if (strcmp("ucode24_mimo", name) == 0) { + } else if (strcmp("ucode24_lcn", name) == 0) { return D11UCODE_OVERSIGHT24_LCNSZ; } return 0;