ath11k: start making compile some more

There is more work to do to make this compile again but we will do that
when we get to the driver.  For now just take the most noise out of it.
This commit is contained in:
Bjoern A. Zeeb
2025-12-06 10:21:31 +00:00
parent c95ea407b3
commit 9c2f321630
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -1350,7 +1350,9 @@ static inline void ath11k_core_create_firmware_path(struct ath11k_base *ab,
{
const char *fw_name = NULL;
#if defined(CONFIG_OF)
of_property_read_string(ab->dev->of_node, "firmware-name", &fw_name);
#endif
if (fw_name && strncmp(filename, "board", 5))
snprintf(buf, buf_len, "%s/%s/%s/%s", ATH11K_FW_DIR,
+4
View File
@@ -6,6 +6,10 @@
#ifndef _ATH11K_COREDUMP_H_
#define _ATH11K_COREDUMP_H_
#if defined(__FreeBSD__)
#include <linux/uuid.h>
#endif
#define ATH11K_FW_CRASH_DUMP_V2 2
enum ath11k_fw_crash_dump_type {