| .. | .. |
|---|
| 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 | + |
|---|
| 25 | 4 | #ifndef __HALBTC_OUT_SRC_H__ |
|---|
| 26 | 5 | #define __HALBTC_OUT_SRC_H__ |
|---|
| 27 | 6 | |
|---|
| .. | .. |
|---|
| 700 | 679 | bool auto_report_2ant; |
|---|
| 701 | 680 | bool dbg_mode_1ant; |
|---|
| 702 | 681 | bool dbg_mode_2ant; |
|---|
| 703 | | - bool initilized; |
|---|
| 682 | + bool initialized; |
|---|
| 704 | 683 | bool stop_coex_dm; |
|---|
| 705 | 684 | bool manual_control; |
|---|
| 706 | 685 | struct btc_statistics statistics; |
|---|
| .. | .. |
|---|
| 785 | 764 | void exhalbtc_bt_info_notify(struct btc_coexist *btcoexist, u8 *tmp_buf, |
|---|
| 786 | 765 | u8 length); |
|---|
| 787 | 766 | void exhalbtc_rf_status_notify(struct btc_coexist *btcoexist, u8 type); |
|---|
| 788 | | -void exhalbtc_stack_operation_notify(struct btc_coexist *btcoexist, u8 type); |
|---|
| 789 | 767 | void exhalbtc_halt_notify(struct btc_coexist *btcoexist); |
|---|
| 790 | 768 | void exhalbtc_pnp_notify(struct btc_coexist *btcoexist, u8 pnp_state); |
|---|
| 791 | 769 | void exhalbtc_coex_dm_switch(struct btc_coexist *btcoexist); |
|---|