Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44672 )
Change subject: drivers/wifi: load wifi_sar_defaults.hex as the main WiFi SAR CBFS source ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/44672/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/44672/2//COMMIT_MSG@15 PS2, Line 15: master zork
https://review.coreboot.org/c/coreboot/+/44672/2/src/vendorcode/google/chrom... File src/vendorcode/google/chromeos/sar.c:
https://review.coreboot.org/c/coreboot/+/44672/2/src/vendorcode/google/chrom... PS2, Line 17: if (filename == NULL) : filename = WIFI_SAR_CBFS_FILENAME; Just a note: With the default implementation of `get_wifi_sar_cbfs_filename()` returning NULL, filename was set to default `WIFI_SAR_CBFS_FILENAME` here already.