On Wed, Aug 16, 2017 at 05:00:02PM +0300, Kalle Valo wrote: > Wright Feng <wright.feng@xxxxxxxxxxx> writes: > > > From: Chung-Hsien Hsu <stanley.hsu@xxxxxxxxxxx> > > > > The firmware for brcmfmac devices includes information regarding > > regulatory constraints. For certain devices this information is kept > > separately in a binary form that needs to be downloaded to the device. > > This patch adds support to download this so-called CLM blob file. It > > uses the same naming scheme as the other firmware files with extension > > of .clm_blob. > > What if the file does not exist, what happens then? I assume that the > file is optional but the commit log should document that. Yes, the CLM blob file is optional. If the file does not exist, it will not affect the driver loading. The download process will be bypassed. I will add this info to the commit meessage and resend a v2. Regards, Chung-Hsien > > -- > Kalle Valo