wlan-ap-Telecominfraproject/feeds/ipq95xx/mac80211/patches/qca/715-e-ath9k-Add-link-id-argument.patch
John Crispin 144c5d00f4 ipq95xx/mac80211: update to ATH12.3-CS
Signed-off-by: John Crispin <john@phrozen.org>
2024-02-28 18:56:21 +01:00

25 lines
870 B
Diff

From 79e54694b8c8f33a32b7c0a7d891f5310e7bb2a4 Mon Sep 17 00:00:00 2001
From: Rajat Soni <quic_rajson@quicinc.com>
Date: Fri, 24 Feb 2023 14:30:27 +0530
Subject: [PATCH] ath9k: Add link id argument
Add link id argument to avoid compilation issue.
Signed-off-by: Rajat Soni <quic_rajson@quicinc.com>
---
drivers/net/wireless/ath/ath9k/htc_drv_main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/drivers/net/wireless/ath/ath9k/htc_drv_main.c
+++ b/drivers/net/wireless/ath/ath9k/htc_drv_main.c
@@ -1358,7 +1358,8 @@ static int ath9k_htc_sta_remove(struct i
static void ath9k_htc_sta_rc_update(struct ieee80211_hw *hw,
struct ieee80211_vif *vif,
- struct ieee80211_sta *sta, u32 changed)
+ struct ieee80211_sta *sta, u32 changed,
+ u8 link_id)
{
struct ath9k_htc_sta *ista = (struct ath9k_htc_sta *) sta->drv_priv;