Re: Bug#1029843: brcmfmac: requested firmware filename inconsistent with linux-firmware.git on non-devicetree systems

2023-05-04 Thread Cyril Brulebois
Hi, Diederik de Haas (2023-05-04): > Assuming the '55' stands for max 55 chars, that could be an issue? That's not how format strings work. :) That happily overflows: $ printf "%-10s and the rest of the line\n" kibi kibi and the rest of the line $ printf "%-10s and the rest

Re: Bug#1029843: brcmfmac: requested firmware filename inconsistent with linux-firmware.git on non-devicetree systems

2023-05-04 Thread Diederik de Haas
Control: block -1 1035505 On Thursday, 4 May 2023 01:41:12 CEST Cyril Brulebois wrote: > Diederik de Haas (2023-05-04): > > And that makes it a firmware-brcm80211 issue and now it all does make > > sense as it now all does tie together :-) > > Great, that's what it looked like to me but I was af