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:
@@ -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,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user