Lines Matching +full:36 +full:- +full:bit
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2014, 2018-2020, 2023 Intel Corporation
4 * Copyright (C) 2014-2015 Intel Mobile Communications GmbH
9 #include "iwl-config.h"
12 #define IWL8000_UCODE_API_MAX 36
13 #define IWL8265_UCODE_API_MAX 36
30 #define IWL8000_FW_PRE "iwlwifi-8000C"
32 IWL8000_FW_PRE "-" __stringify(api) ".ucode"
34 #define IWL8265_FW_PRE "iwlwifi-8265"
36 IWL8265_FW_PRE "-" __stringify(api) ".ucode"
38 #define DEFAULT_NVM_FILE_FAMILY_8000C "nvmData-8000C"
55 .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),