| .. | .. |
|---|
| 5 | 5 | * |
|---|
| 6 | 6 | ******************************************************************************/ |
|---|
| 7 | 7 | |
|---|
| 8 | | - |
|---|
| 9 | 8 | #ifndef __HALDMOUTSRC_H__ |
|---|
| 10 | 9 | #define __HALDMOUTSRC_H__ |
|---|
| 11 | 10 | |
|---|
| .. | .. |
|---|
| 40 | 39 | /* 3============================================================ */ |
|---|
| 41 | 40 | #define DPK_DELTA_MAPPING_NUM 13 |
|---|
| 42 | 41 | #define index_mapping_HP_NUM 15 |
|---|
| 43 | | - |
|---|
| 44 | 42 | |
|---|
| 45 | 43 | /* */ |
|---|
| 46 | 44 | /* 3 PSD Handler */ |
|---|
| .. | .. |
|---|
| 239 | 237 | |
|---|
| 240 | 238 | #define IQK_MAC_REG_NUM 4 |
|---|
| 241 | 239 | #define IQK_ADDA_REG_NUM 16 |
|---|
| 242 | | -#define IQK_BB_REG_NUM_MAX 10 |
|---|
| 243 | 240 | #define IQK_BB_REG_NUM 9 |
|---|
| 244 | 241 | #define HP_THERMAL_NUM 8 |
|---|
| 245 | 242 | |
|---|
| 246 | 243 | #define AVG_THERMAL_NUM 8 |
|---|
| 247 | 244 | #define IQK_Matrix_REG_NUM 8 |
|---|
| 248 | | -#define IQK_Matrix_Settings_NUM 1+24+21 |
|---|
| 245 | +#define IQK_Matrix_Settings_NUM (1 + 24 + 21) |
|---|
| 249 | 246 | |
|---|
| 250 | 247 | #define DM_Type_ByFWi 0 |
|---|
| 251 | 248 | #define DM_Type_ByDriver 1 |
|---|
| .. | .. |
|---|
| 914 | 911 | |
|---|
| 915 | 912 | #define DM_SCAN_RSSI_TH 0x14 /* scan return issue for LC */ |
|---|
| 916 | 913 | |
|---|
| 917 | | - |
|---|
| 918 | 914 | #define DM_false_ALARM_THRESH_LOW 400 |
|---|
| 919 | 915 | #define DM_false_ALARM_THRESH_HIGH 1000 |
|---|
| 920 | 916 | |
|---|
| .. | .. |
|---|
| 992 | 988 | /* 3 BB Power Save */ |
|---|
| 993 | 989 | /* 3=========================================================== */ |
|---|
| 994 | 990 | |
|---|
| 995 | | - |
|---|
| 996 | 991 | enum dm_1r_cca { |
|---|
| 997 | 992 | CCA_1R = 0, |
|---|
| 998 | 993 | CCA_2R = 1, |
|---|
| .. | .. |
|---|
| 1045 | 1040 | |
|---|
| 1046 | 1041 | void ODM_RF_Saving(struct odm_dm_struct *pDM_Odm, u8 bForceInNormal); |
|---|
| 1047 | 1042 | void ODM_TXPowerTrackingCheck(struct odm_dm_struct *pDM_Odm); |
|---|
| 1048 | | -void odm_DIGbyRSSI_LPS(struct odm_dm_struct *pDM_Odm); |
|---|
| 1049 | 1043 | void ODM_Write_CCK_CCA_Thres(struct odm_dm_struct *pDM_Odm, u8 CurCCK_CCAThres); |
|---|
| 1050 | 1044 | bool ODM_RAStateCheck(struct odm_dm_struct *pDM_Odm, s32 RSSI, |
|---|
| 1051 | 1045 | bool bForceUpdate, u8 *pRATRState); |
|---|