1 /******************************************************************************
2 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
4 * This program is distributed in the hope that it will be useful, but WITHOUT
5 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
9 * You should have received a copy of the GNU General Public License along with
10 * this program; if not, write to the Free Software Foundation, Inc.,
11 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
13 * The full GNU General Public License is included in this distribution in the
14 * file called LICENSE.
16 * Contact Information:
17 * wlanfae <wlanfae@realtek.com>
18 ******************************************************************************/
22 #define MAX_DOZE_WAITING_TIMES_9x 64
24 #define AGCTAB_ArrayLength AGCTAB_ArrayLengthPciE
25 #define MACPHY_ArrayLength MACPHY_ArrayLengthPciE
26 #define RadioA_ArrayLength RadioA_ArrayLengthPciE
27 #define RadioB_ArrayLength RadioB_ArrayLengthPciE
28 #define MACPHY_Array_PGLength MACPHY_Array_PGLengthPciE
29 #define RadioC_ArrayLength RadioC_ArrayLengthPciE
30 #define RadioD_ArrayLength RadioD_ArrayLengthPciE
31 #define PHY_REGArrayLength PHY_REGArrayLengthPciE
32 #define PHY_REG_1T2RArrayLength PHY_REG_1T2RArrayLengthPciE
34 #define Rtl819XMACPHY_Array_PG Rtl8192PciEMACPHY_Array_PG
35 #define Rtl819XMACPHY_Array Rtl8192PciEMACPHY_Array
36 #define Rtl819XRadioA_Array Rtl8192PciERadioA_Array
37 #define Rtl819XRadioB_Array Rtl8192PciERadioB_Array
38 #define Rtl819XRadioC_Array Rtl8192PciERadioC_Array
39 #define Rtl819XRadioD_Array Rtl8192PciERadioD_Array
40 #define Rtl819XAGCTAB_Array Rtl8192PciEAGCTAB_Array
41 #define Rtl819XPHY_REGArray Rtl8192PciEPHY_REGArray
42 #define Rtl819XPHY_REG_1T2RArray Rtl8192PciEPHY_REG_1T2RArray
44 extern u32 rtl819XMACPHY_Array_PG
[];
45 extern u32 rtl819XPHY_REG_1T2RArray
[];
46 extern u32 rtl819XAGCTAB_Array
[];
47 extern u32 rtl819XRadioA_Array
[];
48 extern u32 rtl819XRadioB_Array
[];
49 extern u32 rtl819XRadioC_Array
[];
50 extern u32 rtl819XRadioD_Array
[];
57 HW90_BLOCK_MAXIMUM
= 4,
60 enum rf90_radio_path
{
68 #define bMaskByte0 0xff
69 #define bMaskByte1 0xff00
70 #define bMaskByte2 0xff0000
71 #define bMaskByte3 0xff000000
72 #define bMaskHWord 0xffff0000
73 #define bMaskLWord 0x0000ffff
74 #define bMaskDWord 0xffffffff
76 extern u8
rtl8192_phy_CheckIsLegalRFPath(struct net_device
*dev
,
78 extern void rtl8192_setBBreg(struct net_device
*dev
, u32 dwRegAddr
,
79 u32 dwBitMask
, u32 dwData
);
80 extern u32
rtl8192_QueryBBReg(struct net_device
*dev
, u32 dwRegAddr
,
82 extern void rtl8192_phy_SetRFReg(struct net_device
*dev
,
83 enum rf90_radio_path eRFPath
,
84 u32 RegAddr
, u32 BitMask
, u32 Data
);
85 extern u32
rtl8192_phy_QueryRFReg(struct net_device
*dev
,
86 enum rf90_radio_path eRFPath
,
87 u32 RegAddr
, u32 BitMask
);
88 extern void rtl8192_phy_configmac(struct net_device
*dev
);
89 extern void rtl8192_phyConfigBB(struct net_device
*dev
, u8 ConfigType
);
90 extern bool rtl8192_phy_checkBBAndRF(struct net_device
*dev
,
91 enum hw90_block CheckBlock
,
92 enum rf90_radio_path eRFPath
);
93 extern bool rtl8192_BBConfig(struct net_device
*dev
);
94 extern void rtl8192_phy_getTxPower(struct net_device
*dev
);
95 extern void rtl8192_phy_setTxPower(struct net_device
*dev
, u8 channel
);
96 extern bool rtl8192_phy_RFConfig(struct net_device
*dev
);
97 extern void rtl8192_phy_updateInitGain(struct net_device
*dev
);
98 extern u8
rtl8192_phy_ConfigRFWithHeaderFile(struct net_device
*dev
,
99 enum rf90_radio_path eRFPath
);
101 extern u8
rtl8192_phy_SwChnl(struct net_device
*dev
, u8 channel
);
102 extern void rtl8192_SetBWMode(struct net_device
*dev
,
103 enum ht_channel_width Bandwidth
,
104 enum ht_extchnl_offset Offset
);
105 extern void rtl8192_SwChnl_WorkItem(struct net_device
*dev
);
106 extern void rtl8192_SetBWModeWorkItem(struct net_device
*dev
);
107 extern void InitialGain819xPci(struct net_device
*dev
, u8 Operation
);
109 extern void PHY_SetRtl8192eRfOff(struct net_device
*dev
);
113 struct net_device
*dev
,
114 enum rt_rf_power_state eRFPowerState
116 #define PHY_SetRFPowerState SetRFPowerState
118 extern void PHY_ScanOperationBackup8192(struct net_device
*dev
, u8 Operation
);