Skip to content

Commit

Permalink
wifi: rsi: fix kernel-doc warning
Browse files Browse the repository at this point in the history
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: b3e2130 ("wifi: mac80211: change QoS settings API to take link into account")
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
jmberg-intel committed Sep 6, 2022
1 parent 8fb7e2e commit b008f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/rsi/rsi_91x_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit b008f4a

Please sign in to comment.