main.h (ba0fbe236fb8a7b992e82d6eafb03a600f5eba43) main.h (416e87fcc780cae8d72cb9370fa0f46007faa69a)
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2/* Copyright(c) 2018-2019 Realtek Corporation
3 */
4
5#ifndef __RTK_MAIN_H_
6#define __RTK_MAIN_H_
7
8#include <net/mac80211.h>

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

35#define HW_FEATURE_LEN 13
36
37#define RTW_TP_SHIFT 18 /* bytes/2s --> Mbps */
38
39extern bool rtw_bf_support;
40extern unsigned int rtw_fw_lps_deep_mode;
41extern unsigned int rtw_debug_mask;
42extern const struct ieee80211_ops rtw_ops;
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2/* Copyright(c) 2018-2019 Realtek Corporation
3 */
4
5#ifndef __RTK_MAIN_H_
6#define __RTK_MAIN_H_
7
8#include <net/mac80211.h>

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

35#define HW_FEATURE_LEN 13
36
37#define RTW_TP_SHIFT 18 /* bytes/2s --> Mbps */
38
39extern bool rtw_bf_support;
40extern unsigned int rtw_fw_lps_deep_mode;
41extern unsigned int rtw_debug_mask;
42extern const struct ieee80211_ops rtw_ops;
43extern struct rtw_chip_info rtw8822b_hw_spec;
44extern struct rtw_chip_info rtw8723d_hw_spec;
45
46#define RTW_MAX_CHANNEL_NUM_2G 14
47#define RTW_MAX_CHANNEL_NUM_5G 49
48
49struct rtw_dev;
50
51enum rtw_hci_type {

--- 1759 unchanged lines hidden ---
43extern struct rtw_chip_info rtw8723d_hw_spec;
44
45#define RTW_MAX_CHANNEL_NUM_2G 14
46#define RTW_MAX_CHANNEL_NUM_5G 49
47
48struct rtw_dev;
49
50enum rtw_hci_type {

--- 1759 unchanged lines hidden ---