[RFC PATCH] ath10k: ath10k_mac_set_tid_config() can be static
kernel test robot
lkp at intel.com
Mon Jun 29 06:02:53 EDT 2020
Signed-off-by: kernel test robot <lkp at intel.com>
---
mac.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index b1a89c5869a01..8025c9115e3d6 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -6861,9 +6861,9 @@ ath10k_mac_tid_bitrate_config(struct ath10k *ar,
return 0;
}
-int ath10k_mac_set_tid_config(struct ath10k *ar, struct ieee80211_sta *sta,
- struct ieee80211_vif *vif, u32 changed,
- struct wmi_per_peer_per_tid_cfg_arg *arg)
+static int ath10k_mac_set_tid_config(struct ath10k *ar, struct ieee80211_sta *sta,
+ struct ieee80211_vif *vif, u32 changed,
+ struct wmi_per_peer_per_tid_cfg_arg *arg)
{
struct ath10k_vif *arvif = (void *)vif->drv_priv;
struct ath10k_sta *arsta;
More information about the ath10k
mailing list