mac.c (594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2) mac.c (8e1debd82466a3fe711784ab37e6b54e56011267)
1// SPDX-License-Identifier: ISC
2/*
3 * 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-2024 Qualcomm Innovation Center, Inc. All rights reserved.
7 */
8

--- 11 unchanged lines hidden (view full) ---

20#include "debug.h"
21#include "wmi.h"
22#include "htt.h"
23#include "txrx.h"
24#include "testmode.h"
25#include "wmi-tlv.h"
26#include "wmi-ops.h"
27#include "wow.h"
1// SPDX-License-Identifier: ISC
2/*
3 * 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-2024 Qualcomm Innovation Center, Inc. All rights reserved.
7 */
8

--- 11 unchanged lines hidden (view full) ---

20#include "debug.h"
21#include "wmi.h"
22#include "htt.h"
23#include "txrx.h"
24#include "testmode.h"
25#include "wmi-tlv.h"
26#include "wmi-ops.h"
27#include "wow.h"
28#include "leds.h"
28
29/*********/
30/* Rates */
31/*********/
32
33static struct ieee80211_rate ath10k_rates[] = {
34 { .bitrate = 10,
35 .hw_value = ATH10K_HW_RATE_CCK_LP_1M },

--- 10295 unchanged lines hidden ---
29
30/*********/
31/* Rates */
32/*********/
33
34static struct ieee80211_rate ath10k_rates[] = {
35 { .bitrate = 10,
36 .hw_value = ATH10K_HW_RATE_CCK_LP_1M },

--- 10295 unchanged lines hidden ---