main.h (8647f7f0b9080bc2d2f6e02524782f2f02f159bc) main.h (a82dfd33d1237f6c0fb8a7077022189d1fc7ec98)
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>

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

866 void (*cfo_init)(struct rtw_dev *rtwdev);
867 void (*cfo_track)(struct rtw_dev *rtwdev);
868 void (*config_tx_path)(struct rtw_dev *rtwdev, u8 tx_path,
869 enum rtw_bb_path tx_path_1ss,
870 enum rtw_bb_path tx_path_cck,
871 bool is_tx2_path);
872 void (*config_txrx_mode)(struct rtw_dev *rtwdev, u8 tx_path,
873 u8 rx_path, bool is_tx2_path);
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>

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

866 void (*cfo_init)(struct rtw_dev *rtwdev);
867 void (*cfo_track)(struct rtw_dev *rtwdev);
868 void (*config_tx_path)(struct rtw_dev *rtwdev, u8 tx_path,
869 enum rtw_bb_path tx_path_1ss,
870 enum rtw_bb_path tx_path_cck,
871 bool is_tx2_path);
872 void (*config_txrx_mode)(struct rtw_dev *rtwdev, u8 tx_path,
873 u8 rx_path, bool is_tx2_path);
874 /* for USB/SDIO only */
875 void (*fill_txdesc_checksum)(struct rtw_dev *rtwdev,
876 struct rtw_tx_pkt_info *pkt_info,
877 u8 *txdesc);
874
875 /* for coex */
876 void (*coex_set_init)(struct rtw_dev *rtwdev);
877 void (*coex_set_ant_switch)(struct rtw_dev *rtwdev,
878 u8 ctrl_type, u8 pos_type);
879 void (*coex_set_gnt_fix)(struct rtw_dev *rtwdev);
880 void (*coex_set_gnt_debug)(struct rtw_dev *rtwdev);
881 void (*coex_set_rfe_type)(struct rtw_dev *rtwdev);

--- 1306 unchanged lines hidden ---
878
879 /* for coex */
880 void (*coex_set_init)(struct rtw_dev *rtwdev);
881 void (*coex_set_ant_switch)(struct rtw_dev *rtwdev,
882 u8 ctrl_type, u8 pos_type);
883 void (*coex_set_gnt_fix)(struct rtw_dev *rtwdev);
884 void (*coex_set_gnt_debug)(struct rtw_dev *rtwdev);
885 void (*coex_set_rfe_type)(struct rtw_dev *rtwdev);

--- 1306 unchanged lines hidden ---