forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h
....@@ -1,27 +1,6 @@
1
-/******************************************************************************
2
- *
3
- * Copyright(c) 2009-2012 Realtek Corporation.
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of version 2 of the GNU General Public License as
7
- * published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope that it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
- * more details.
13
- *
14
- * The full GNU General Public License is included in this distribution in the
15
- * file called LICENSE.
16
- *
17
- * Contact Information:
18
- * wlanfae <wlanfae@realtek.com>
19
- * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
20
- * Hsinchu 300, Taiwan.
21
- *
22
- * Larry Finger <Larry.Finger@lwfinger.net>
23
- *
24
- *****************************************************************************/
1
+/* SPDX-License-Identifier: GPL-2.0 */
2
+/* Copyright(c) 2009-2012 Realtek Corporation.*/
3
+
254 #ifndef __HALBTC_OUT_SRC_H__
265 #define __HALBTC_OUT_SRC_H__
276
....@@ -700,7 +679,7 @@
700679 bool auto_report_2ant;
701680 bool dbg_mode_1ant;
702681 bool dbg_mode_2ant;
703
- bool initilized;
682
+ bool initialized;
704683 bool stop_coex_dm;
705684 bool manual_control;
706685 struct btc_statistics statistics;
....@@ -785,7 +764,6 @@
785764 void exhalbtc_bt_info_notify(struct btc_coexist *btcoexist, u8 *tmp_buf,
786765 u8 length);
787766 void exhalbtc_rf_status_notify(struct btc_coexist *btcoexist, u8 type);
788
-void exhalbtc_stack_operation_notify(struct btc_coexist *btcoexist, u8 type);
789767 void exhalbtc_halt_notify(struct btc_coexist *btcoexist);
790768 void exhalbtc_pnp_notify(struct btc_coexist *btcoexist, u8 pnp_state);
791769 void exhalbtc_coex_dm_switch(struct btc_coexist *btcoexist);