diff options
| author | Yedidya Benshimol <[email protected]> | 2025-05-06 19:40:52 +0000 |
|---|---|---|
| committer | Miri Korenblit <[email protected]> | 2025-05-09 12:36:15 +0000 |
| commit | f5f157e8aeba616772b6a79a5356f9b80cf44344 (patch) | |
| tree | 33bc4d35e28a59a9b73583bcfe9f4307155fa231 /drivers/net/wireless/intel/iwlwifi/fw/api/mac.h | |
| parent | wifi: iwlwifi: Add a new version for mac config command (diff) | |
| download | kernel-f5f157e8aeba616772b6a79a5356f9b80cf44344.tar.gz kernel-f5f157e8aeba616772b6a79a5356f9b80cf44344.zip | |
wifi: iwlwifi: Add support for a new version for link config command
Add support for a new version of link configuration command
which includes NPCA and high priority TX traffic support for wifi8.
Signed-off-by: Yedidya Benshimol <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Miri Korenblit <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/api/mac.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/api/mac.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/mac.h b/drivers/net/wireless/intel/iwlwifi/fw/api/mac.h index 26301c0b06a1..2a174c00b712 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/mac.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/mac.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* - * Copyright (C) 2012-2014, 2018-2022, 2024 Intel Corporation + * Copyright (C) 2012-2014, 2018-2022, 2024-2025 Intel Corporation * Copyright (C) 2017 Intel Deutschland GmbH */ #ifndef __iwl_fw_api_mac_h__ @@ -287,9 +287,9 @@ struct iwl_ac_qos { __le16 cw_min; __le16 cw_max; u8 aifsn; - u8 fifos_mask; + u8 fifos_mask; /* not in use since _VER_3 */ __le16 edca_txop; -} __packed; /* AC_QOS_API_S_VER_2 */ +} __packed; /* AC_QOS_API_S_VER_2, _VER_3 */ /** * struct iwl_mac_ctx_cmd - command structure to configure MAC contexts |
