summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rsi
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2022-09-06 11:33:44 +0300
committerJohannes Berg <johannes.berg@intel.com>2022-09-06 11:34:40 +0300
commitb008f4a195af92052f69a10869a06e9c403efe63 (patch)
tree896a7bb3ccc213ca9b4fc81c03aee81dc10b9605 /drivers/net/wireless/rsi
parent8fb7e2ef4bab89a7a266ff9ea4d284d0552f4b0d (diff)
downloadlinux-b008f4a195af92052f69a10869a06e9c403efe63.tar.xz
wifi: rsi: fix kernel-doc warning
One of my previous patches here changed the function prototype, but since it was (half?) automated, I didn't update the docs. Fix that now. Fixes: b3e2130bf5f6 ("wifi: mac80211: change QoS settings API to take link into account") Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/rsi')
-rw-r--r--drivers/net/wireless/rsi/rsi_91x_mac80211.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rsi/rsi_91x_mac80211.c b/drivers/net/wireless/rsi/rsi_91x_mac80211.c
index bf39c4bda26f..2fbec51c8f94 100644
--- a/drivers/net/wireless/rsi/rsi_91x_mac80211.c
+++ b/drivers/net/wireless/rsi/rsi_91x_mac80211.c
@@ -889,6 +889,7 @@ static void rsi_mac80211_conf_filter(struct ieee80211_hw *hw,
* for a hardware TX queue.
* @hw: Pointer to the ieee80211_hw structure
* @vif: Pointer to the ieee80211_vif structure.
+ * @link_id: the link ID if MLO is used, otherwise 0
* @queue: Queue number.
* @params: Pointer to ieee80211_tx_queue_params structure.
*