[PATCH ath-current 1/2] wifi: ath11k: add usecase firmware handling based on device compatible
Krzysztof Kozlowski
krzk at kernel.org
Thu Dec 11 19:24:30 PST 2025
On 04/12/2025 08:10, Miaoqing Pan wrote:
> @@ -1275,6 +1275,7 @@ bool ath11k_core_coldboot_cal_support(struct ath11k_base *ab);
>
> const struct firmware *ath11k_core_firmware_request(struct ath11k_base *ab,
> const char *filename);
> +const char *ath11k_core_get_usecase_firmware(struct ath11k_base *ab);
>
> static inline const char *ath11k_scan_state_str(enum ath11k_scan_state state)
> {
> @@ -1325,9 +1326,7 @@ static inline void ath11k_core_create_firmware_path(struct ath11k_base *ab,
> const char *filename,
> void *buf, size_t buf_len)
> {
> - const char *fw_name = NULL;
> -
> - of_property_read_string(ab->dev->of_node, "firmware-name", &fw_name);
> + const char *fw_name = ath11k_core_get_usecase_firmware(ab);
NAK, silent ABI break without explanation..
Best regards,
Krzysztof
More information about the ath11k
mailing list