| .. | .. |
|---|
| 1 | | -/****************************************************************************** |
|---|
| 2 | | - * |
|---|
| 3 | | - * Copyright(c) 2009-2010 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-2010 Realtek Corporation.*/ |
|---|
| 25 | 3 | |
|---|
| 26 | 4 | #ifndef __RTL8821AE_DM_H__ |
|---|
| 27 | 5 | #define __RTL8821AE_DM_H__ |
|---|
| .. | .. |
|---|
| 92 | 70 | #define DM_REG_CCK_CCA_CNT_11N 0xA60 |
|---|
| 93 | 71 | #define DM_REG_BB_PWR_SAV4_11N 0xA74 |
|---|
| 94 | 72 | /*PAGE B */ |
|---|
| 95 | | -#define DM_REG_LNA_SWITCH_11N 0xB2C |
|---|
| 96 | | -#define DM_REG_PATH_SWITCH_11N 0xB30 |
|---|
| 97 | | -#define DM_REG_RSSI_CTRL_11N 0xB38 |
|---|
| 98 | | -#define DM_REG_CONFIG_ANTA_11N 0xB68 |
|---|
| 99 | | -#define DM_REG_RSSI_BT_11N 0xB9C |
|---|
| 73 | +#define DM_REG_LNA_SWITCH_11N 0XB2C |
|---|
| 74 | +#define DM_REG_PATH_SWITCH_11N 0XB30 |
|---|
| 75 | +#define DM_REG_RSSI_CTRL_11N 0XB38 |
|---|
| 76 | +#define DM_REG_CONFIG_ANTA_11N 0XB68 |
|---|
| 77 | +#define DM_REG_RSSI_BT_11N 0XB9C |
|---|
| 100 | 78 | /*PAGE C */ |
|---|
| 101 | 79 | #define DM_REG_OFDM_FA_HOLDC_11N 0xC00 |
|---|
| 102 | 80 | #define DM_REG_RX_PATH_11N 0xC04 |
|---|