iwlwifi: add message how to install firmware on FreeBSD

While it is too late for 14.3-R point people at fwget(8) to install
firmware if the driver cannot find any.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
Reviewed by:	emaste, ziaee
Differential Revision: https://reviews.freebsd.org/D50777
This commit is contained in:
Bjoern A. Zeeb 2025-06-10 14:04:05 +00:00
parent d41a2ba73c
commit 8ac82ba19e

View file

@ -277,6 +277,9 @@ static int iwl_request_firmware(struct iwl_drv *drv, bool first)
IWL_ERR(drv,
"check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git\n");
#if defined(__FreeBSD__)
IWL_ERR(drv, "On FreeBSD the firmware package can be installed running fwget(8).\n");
#endif
return -ENOENT;
}