mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-20 09:31:11 +02:00
array IndexBW40_Base too small, generates error at O2 optimisation
This commit is contained in:
@@ -600,7 +600,7 @@ typedef struct _TxPowerInfo{
|
|||||||
|
|
||||||
typedef struct _TxPowerInfo24G{
|
typedef struct _TxPowerInfo24G{
|
||||||
u8 IndexCCK_Base[MAX_RF_PATH][MAX_CHNL_GROUP_24G];
|
u8 IndexCCK_Base[MAX_RF_PATH][MAX_CHNL_GROUP_24G];
|
||||||
u8 IndexBW40_Base[MAX_RF_PATH][MAX_CHNL_GROUP_24G-1];
|
u8 IndexBW40_Base[MAX_RF_PATH][MAX_CHNL_GROUP_24G];
|
||||||
//If only one tx, only BW20 and OFDM are used.
|
//If only one tx, only BW20 and OFDM are used.
|
||||||
s8 CCK_Diff[MAX_RF_PATH][MAX_TX_COUNT];
|
s8 CCK_Diff[MAX_RF_PATH][MAX_TX_COUNT];
|
||||||
s8 OFDM_Diff[MAX_RF_PATH][MAX_TX_COUNT];
|
s8 OFDM_Diff[MAX_RF_PATH][MAX_TX_COUNT];
|
||||||
|
Reference in New Issue
Block a user