Searched +full:ext +full:- +full:fem +full:- +full:name (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Kalle Valo <kvalo@kernel.org>18 - qcom,ath10k # SDIO-based devices19 - qcom,ipq4019-wifi20 - qcom,wcn3990-wifi # SNoC-based devices25 reg-names:27 - const: membase33 interrupt-names:[all …]
1 // SPDX-License-Identifier: ISC3 * Copyright (c) 2005-2011 Atheros Communications Inc.4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.6 * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.25 #include "wmi-tlv.h"26 #include "wmi-ops.h"99 #define ath10k_a_rates_size (ARRAY_SIZE(ath10k_rates) - \134 for (i = 0; i < sband->n_bitrates; i++) { in ath10k_mac_hw_rate_to_idx()135 rate = &sband->bitrates[i]; in ath10k_mac_hw_rate_to_idx()[all …]