ath10k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH ath6kl] ath11k: ath11k_mac_id_to_pdev_id_ipq8074() can be static
       [not found] <202005290059.xMptJizM%lkp@intel.com>
@ 2020-05-28 16:08 ` kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-05-28 16:08 UTC (permalink / raw)
  To: Carl Huang; +Cc: kbuild-all, ath10k, Kalle Valo


Fixes: f4e7ef9fc04c ("ath11k: setup QCA6390 rings for both rxdmas")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 hw.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/wireless/ath/ath11k/hw.c b/drivers/net/wireless/ath/ath11k/hw.c
index 65cae23d39481..1f59867b67b02 100644
--- a/drivers/net/wireless/ath/ath11k/hw.c
+++ b/drivers/net/wireless/ath/ath11k/hw.c
@@ -205,22 +205,22 @@ static void ath11k_init_wmi_config_ipq8074(struct ath11k_base *ab,
 	config->twt_ap_sta_count = 1000;
 }
 
-int ath11k_mac_id_to_pdev_id_ipq8074(int mac_id)
+static int ath11k_mac_id_to_pdev_id_ipq8074(int mac_id)
 {
 	return mac_id;
 }
 
-int ath11k_mac_id_to_srng_id_ipq8074(int mac_id)
+static int ath11k_mac_id_to_srng_id_ipq8074(int mac_id)
 {
 	return 0;
 }
 
-int ath11k_mac_id_to_pdev_id_qca6x90(int mac_id)
+static int ath11k_mac_id_to_pdev_id_qca6x90(int mac_id)
 {
 	return 0;
 }
 
-int ath11k_mac_id_to_srng_id_qca6x90(int mac_id)
+static int ath11k_mac_id_to_srng_id_qca6x90(int mac_id)
 {
 	return mac_id;
 }

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-28 16:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202005290059.xMptJizM%lkp@intel.com>
2020-05-28 16:08 ` [RFC PATCH ath6kl] ath11k: ath11k_mac_id_to_pdev_id_ipq8074() can be static kbuild test robot

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).