ath10k: rename board_data in struct ath10k
[cascardo/linux.git] / drivers / net / wireless / ath / ath10k / core.h
index 984db11..90d9399 100644 (file)
@@ -119,6 +119,8 @@ struct ath10k_wmi {
        struct completion unified_ready;
        wait_queue_head_t tx_credits_wq;
        struct wmi_cmd_map *cmd;
        struct completion unified_ready;
        wait_queue_head_t tx_credits_wq;
        struct wmi_cmd_map *cmd;
+       struct wmi_vdev_param_map *vdev_param;
+       struct wmi_pdev_param_map *pdev_param;
 
        u32 num_mem_chunks;
        struct ath10k_mem_chunk mem_chunks[ATH10K_MAX_MEM_REQS];
 
        u32 num_mem_chunks;
        struct ath10k_mem_chunk mem_chunks[ATH10K_MAX_MEM_REQS];
@@ -345,7 +347,7 @@ struct ath10k {
                } fw;
        } hw_params;
 
                } fw;
        } hw_params;
 
-       const struct firmware *board_data;
+       const struct firmware *board;
        const struct firmware *otp;
        const struct firmware *firmware;
 
        const struct firmware *otp;
        const struct firmware *firmware;