linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths
@ 2018-05-09  7:56 Marcus Folkesson
  2018-05-12  9:10 ` Kalle Valo
  2018-05-12  9:24 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Marcus Folkesson @ 2018-05-09  7:56 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Marcus Folkesson

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 drivers/net/wireless/ath/ath10k/hw.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/ath/ath10k/hw.h b/drivers/net/wireless/ath/ath10k/hw.h
index b8bdabe73073..23467e9fefeb 100644
--- a/drivers/net/wireless/ath/ath10k/hw.h
+++ b/drivers/net/wireless/ath/ath10k/hw.h
@@ -85,11 +85,11 @@ enum qca9377_chip_id_rev {
 	QCA9377_HW_1_1_CHIP_ID_REV = 0x1,
 };
 
-#define QCA6174_HW_2_1_FW_DIR		"ath10k/QCA6174/hw2.1"
+#define QCA6174_HW_2_1_FW_DIR		ATH10K_FW_DIR "/QCA6174/hw2.1"
 #define QCA6174_HW_2_1_BOARD_DATA_FILE	"board.bin"
 #define QCA6174_HW_2_1_PATCH_LOAD_ADDR	0x1234
 
-#define QCA6174_HW_3_0_FW_DIR		"ath10k/QCA6174/hw3.0"
+#define QCA6174_HW_3_0_FW_DIR		ATH10K_FW_DIR "/QCA6174/hw3.0"
 #define QCA6174_HW_3_0_BOARD_DATA_FILE	"board.bin"
 #define QCA6174_HW_3_0_PATCH_LOAD_ADDR	0x1234
 
-- 
2.16.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths
  2018-05-09  7:56 [PATCH] ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths Marcus Folkesson
@ 2018-05-12  9:10 ` Kalle Valo
  2018-05-12  9:24 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2018-05-12  9:10 UTC (permalink / raw)
  To: Marcus Folkesson; +Cc: ath10k, linux-wireless

Marcus Folkesson <marcus.folkesson@gmail.com> writes:

> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>

I don't like empty commit logs so I added this in the pending branch:

  ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths

  For some reason not all entries used ATH10K_FW_DIR so fix that. No functional 
  changes.

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths
  2018-05-09  7:56 [PATCH] ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths Marcus Folkesson
  2018-05-12  9:10 ` Kalle Valo
@ 2018-05-12  9:24 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2018-05-12  9:24 UTC (permalink / raw)
  To: Marcus Folkesson; +Cc: ath10k, linux-wireless, Marcus Folkesson

Marcus Folkesson <marcus.folkesson@gmail.com> wrote:

> For some reason not all entries used ATH10K_FW_DIR so fix that. No functional
> changes.
> 
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

0be928850dac ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths

-- 
https://patchwork.kernel.org/patch/10388585/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-12  9:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-09  7:56 [PATCH] ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths Marcus Folkesson
2018-05-12  9:10 ` Kalle Valo
2018-05-12  9:24 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).