ATH10K Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Carl Huang <cjhuang@codeaurora.org>
Cc: kbuild-all@lists.01.org, ath10k@lists.infradead.org,
	Kalle Valo <kvalo@codeaurora.org>
Subject: [RFC PATCH ath6kl] ath11k: ath11k_mac_id_to_pdev_id_ipq8074() can be static
Date: Fri, 29 May 2020 00:08:29 +0800	[thread overview]
Message-ID: <20200528160829.GA50950@3f49cb9714f8> (raw)
In-Reply-To: <202005290059.xMptJizM%lkp@intel.com>


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

           reply	other threads:[~2020-05-28 16:08 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <202005290059.xMptJizM%lkp@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200528160829.GA50950@3f49cb9714f8 \
    --to=lkp@intel.com \
    --cc=ath10k@lists.infradead.org \
    --cc=cjhuang@codeaurora.org \
    --cc=kbuild-all@lists.01.org \
    --cc=kvalo@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox