Skip to content

Commit

Permalink
array IndexBW40_Base too small, generates error at O2 optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyPi committed Jun 12, 2015
1 parent b36411a commit 3330897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hal_pg.h
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ typedef struct _TxPowerInfo{

typedef struct _TxPowerInfo24G{
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.
s8 CCK_Diff[MAX_RF_PATH][MAX_TX_COUNT];
s8 OFDM_Diff[MAX_RF_PATH][MAX_TX_COUNT];
Expand Down

0 comments on commit 3330897

Please sign in to comment.