Lines Matching +full:10 +full:g +full:- +full:capabale

1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
59 #define WLAN_SCAN_MAX_HINT_S_SSID 10
60 #define WLAN_SCAN_MAX_HINT_BSSID 10
75 * one in 2G and another in 5G.
80 * for 5G only(as indicated in WMI_MAC_PHY_CAPABILITIES),
86 * @WMI_HOST_HW_MODE_DBS_OR_SBS: Two PHY with one PHY capabale of both 2G and
87 * 5G. It can support SBS (5G + 5G) OR DBS (5G + 2G).
135 WMI_AUTORATE_1600NS_GI = BIT(10),
1914 WMI_TLV_SERVICE_PHYERR = 10,
2207 /* enum wmi_nss_ratio - NSS ratio received from FW during service ready ext
2209 * WMI_NSS_RATIO_1BY2_NSS -Max nss of 160MHz is equals to half of the max nss
2211 * WMI_NSS_RATIO_3BY4_NSS - Max nss of 160MHz is equals to 3/4 of the max nss
2213 * WMI_NSS_RATIO_1_NSS - Max nss of 160MHz is equals to the max nss of 80MHz
2214 * WMI_NSS_RATIO_2_NSS - Max nss of 160MHz is equals to two times the max
2323 u32 numss_m1; /** NSS - 1*/
2449 * [7:0] - 2G band tx chain mask
2450 * [15:8] - 2G band rx chain mask
2451 * [23:16] - 5G band tx chain mask
2452 * [31:24] - 5G band rx chain mask
2459 #define WMI_SERVICE_BM_SIZE ((WMI_MAX_SERVICE + sizeof(u32) - 1) / sizeof(u32))
2736 MODE_11G = 1, /* 11b/g Mode */
2738 MODE_11GONLY = 3, /* 11g only Mode */
2745 MODE_11AC_VHT80 = 10,
2769 return "11g"; in ath11k_wmi_phymode_str()
2775 return "11na-ht20"; in ath11k_wmi_phymode_str()
2777 return "11ng-ht20"; in ath11k_wmi_phymode_str()
2779 return "11na-ht40"; in ath11k_wmi_phymode_str()
2781 return "11ng-ht40"; in ath11k_wmi_phymode_str()
2783 return "11ac-vht20"; in ath11k_wmi_phymode_str()
2785 return "11ac-vht40"; in ath11k_wmi_phymode_str()
2787 return "11ac-vht80"; in ath11k_wmi_phymode_str()
2789 return "11ac-vht160"; in ath11k_wmi_phymode_str()
2791 return "11ac-vht80+80"; in ath11k_wmi_phymode_str()
2793 return "11ac-vht20-2g"; in ath11k_wmi_phymode_str()
2795 return "11ac-vht40-2g"; in ath11k_wmi_phymode_str()
2797 return "11ac-vht80-2g"; in ath11k_wmi_phymode_str()
2799 return "11ax-he20"; in ath11k_wmi_phymode_str()
2801 return "11ax-he40"; in ath11k_wmi_phymode_str()
2803 return "11ax-he80"; in ath11k_wmi_phymode_str()
2805 return "11ax-he80+80"; in ath11k_wmi_phymode_str()
2807 return "11ax-he160"; in ath11k_wmi_phymode_str()
2809 return "11ax-he20-2g"; in ath11k_wmi_phymode_str()
2811 return "11ax-he40-2g"; in ath11k_wmi_phymode_str()
2813 return "11ax-he80-2g"; in ath11k_wmi_phymode_str()
2976 /* Trig or Non-Trig Sounding */
3194 * incremental for non-PSD BW
3215 * For non-PSD power, the power values are for 20, 40, and till
3218 * in the variable-length array.
3252 /* possibly by high-prio scan */
3258 WMI_SCAN_EVENT_RESUMED = BIT(10),
3485 #define WMI_CHAN_INFO_DFS BIT(10)
3563 WMI_REQUEST_PEER_EXTD_STAT = BIT(10),
3621 /* Bit 0 - Flag to indicate an update in NOA schedule
3622 * Bits 7-1 - Reserved
3623 * Bits 15-8 - Index (identifies the instance of NOA sub element)
3624 * Bit 16 - Opp PS state of the AP
3625 * Bits 23-17 - Ctwindow in TUs
3626 * Bits 31-24 - Number of NOA descriptors
4151 #define MAX_REG_RULES 10
4341 /* add sub-domain above, handle it in
4554 /* rx clear - how often the channel was unused */
4557 /* cycle count - elapsed time during measured period, in clock ticks */
4560 /* tx cycle count - elapsed time spent in tx, in clock ticks */
4563 /* rx cycle count - elapsed time spent in rx, in clock ticks */
4619 u32 cycle_count; /* Total on-channel time */
4699 /* frames dropped due to non-availability of stateless TIDs */
4744 /* Cnts any change in ring routing mid-ppdu */
4750 /* Extra frags on rings 0-3 */
4773 /* Number of mpdu errors - FCS, MIC, ENC etc. */
4787 #define MAX_TX_RATE_VALUES 10
4788 #define MAX_TX_RATE_VALUES 10
4914 u32 rssi_ctl_ext[MAX_ANTENNA_EIGHT - ATH_MAX_ANTENNA];
5082 /* The maximum number of PS-Poll frames the FW will send in response to
5085 * will send as many PS-Poll as are necessary to retrieve buffered BU. This
5092 /* Values greater than 0 indicate the maximum number of PS-Poll frames
5097 /* U-APSD configuration of peer station from (re)assoc request and TSPECs */
5109 /* U-APSD maximum service period of peer station */
5203 * enum wmi_rtscts_prot_mode - Enable/Disable RTS/CTS and CTS2Self Protection.
5215 * enum wmi_rtscts_profile - Selection of RTS CTS profile along with enabling
5217 * @WMI_RTSCTS_FOR_NO_RATESERIES: Neither of rate-series should use RTS-CTS
5218 * @WMI_RTSCTS_FOR_SECOND_RATESERIES: Only second rate-series will use RTS-CTS
5219 * @WMI_RTSCTS_ACROSS_SW_RETRIES: Only the second rate-series will use RTS-CTS,
5221 * series will use RTS-CTS.
5223 * @WMI_RTSCTS_FOR_ALL_RATESERIES: Enable RTS-CTS for all rate series.
5302 #define ATH11K_TWT_DEF_DEFAULT_SLOT_SIZE 10
5308 #define ATH11K_TWT_DEF_MIN_NO_STA_SETUP 10
5375 #define WMI_TWT_ADD_DIALOG_FLAG_FLOW_TYPE BIT(10)
5538 #define ATH11K_WMI_SPECTRAL_NOISE_FLOOR_REF_DEFAULT -96
5877 WOW_REASON_UNSPECIFIED = -1,
5980 #define WOW_MAX_REDUCE (WOW_HDR_LEN - sizeof(struct ethhdr) - \
6073 #define WMI_NLO_CONFIG_SPOOFED_MAC_IN_PROBE_REQ BIT(10)