summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/core.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2013-09-27 19:54:55 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2013-09-30 22:03:31 +0300
commit365279167c1ee54c8f4c7cf77752433a3e41b30b (patch)
tree0bc9d8aa95cb7992ac8d887a57f4ca69eac70f77 /drivers/net/wireless/ath/ath10k/core.h
parent89b7e766c84020c06f842f390b18d62798dc5d06 (diff)
ath10k: rename board_data in struct ath10k
I will use board_data for something else in the following patch so I need to rename it. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/core.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h
index d5da8a9f6974..90d93994b311 100644
--- a/drivers/net/wireless/ath/ath10k/core.h
+++ b/drivers/net/wireless/ath/ath10k/core.h
@@ -347,7 +347,7 @@ struct ath10k {
} fw;
} hw_params;
- const struct firmware *board_data;
+ const struct firmware *board;
const struct firmware *otp;
const struct firmware *firmware;