diff options
| author | Johannes Berg <[email protected]> | 2022-06-24 13:40:11 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2022-07-15 09:43:15 +0000 |
| commit | b3e2130bf5f6c66831707cd51a8b13007137ac37 (patch) | |
| tree | 465305fdf54f2de9e72bdcbd6e56a637ee86dde0 /drivers/net/wireless/intel/iwlegacy/common.h | |
| parent | wifi: mac80211: expect powersave handling in driver for MLO (diff) | |
| download | kernel-b3e2130bf5f6c66831707cd51a8b13007137ac37.tar.gz kernel-b3e2130bf5f6c66831707cd51a8b13007137ac37.zip | |
wifi: mac80211: change QoS settings API to take link into account
Take the link into account in the QoS settings (EDCA parameters)
APIs.
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlegacy/common.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlegacy/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlegacy/common.h b/drivers/net/wireless/intel/iwlegacy/common.h index d1383b4f0f05..69687fcf963f 100644 --- a/drivers/net/wireless/intel/iwlegacy/common.h +++ b/drivers/net/wireless/intel/iwlegacy/common.h @@ -1683,7 +1683,8 @@ struct il_cfg { ***************************/ int il_mac_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, - u16 queue, const struct ieee80211_tx_queue_params *params); + unsigned int link_id, u16 queue, + const struct ieee80211_tx_queue_params *params); int il_mac_tx_last_beacon(struct ieee80211_hw *hw); void il_set_rxon_hwcrypto(struct il_priv *il, int hw_decrypt); |
