1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-12-13 16:16:23 +01:00

warning: array subscript is above array bounds. Cribbed from v4.3.7_11618.20141029

This commit is contained in:
AndyPi
2015-06-13 17:06:47 +01:00
parent 3330897e52
commit ff36d4da39
2 changed files with 2 additions and 2 deletions

View File

@@ -693,7 +693,7 @@ void _IQK_ConfigureMAC_8812A(
ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off
} }
#define cal_num 3 #define cal_num 10
void _IQK_Tx_8812A( void _IQK_Tx_8812A(
IN PDM_ODM_T pDM_Odm, IN PDM_ODM_T pDM_Odm,

View File

@@ -543,7 +543,7 @@ void _IQK_ConfigureMAC_8821A(
ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off ODM_SetBBReg(pDM_Odm, 0x838, 0xf, 0xc); // CCA off
} }
#define cal_num 3 #define cal_num 10
void _IQK_Tx_8821A( void _IQK_Tx_8821A(
IN PDM_ODM_T pDM_Odm, IN PDM_ODM_T pDM_Odm,