mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-24 21:02:35 +00:00
25 lines
870 B
Diff
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;
|
|
|