File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ struct ar5416_modal_eep_hdr {
99
99
uint8_t miscBits ;
100
100
uint16_t xpaBiasLvlFreq [3 ];
101
101
uint8_t futureModal [6 ];
102
- struct ar5416_spur_chan spurChans [AR_EEPROM_MODAL_SPURS ];
102
+ struct ar5416_spur_chan spurChans [AR5416_EEPROM_MODAL_SPURS ];
103
103
} __attribute__ ((packed ));
104
104
105
105
struct ar5416_cal_data_per_freq {
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ struct ar9285_modal_eep_hdr {
107
107
uint8_t flc_pwr_thresh ;
108
108
uint8_t bb_scale_smrt_antenna ;
109
109
uint8_t futureModal [1 ];
110
- struct ar5416_spur_chan spurChans [AR_EEPROM_MODAL_SPURS ];
110
+ struct ar5416_spur_chan spurChans [AR5416_EEPROM_MODAL_SPURS ];
111
111
} __attribute__ ((packed ));
112
112
113
113
struct ar9285_cal_data_per_freq {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ struct ar9287_modal_eep_hdr {
84
84
uint8_t ob_qam ;
85
85
uint8_t ob_pal_off ;
86
86
uint8_t futureModal [30 ];
87
- struct ar5416_spur_chan spurChans [AR_EEPROM_MODAL_SPURS ];
87
+ struct ar5416_spur_chan spurChans [AR5416_EEPROM_MODAL_SPURS ];
88
88
} __attribute__ ((packed ));
89
89
90
90
struct ar9287_cal_data_op_loop {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ struct ar9300_modal_eep_hdr {
121
121
int8_t tempSlope ;
122
122
int8_t voltSlope ;
123
123
/* spur channels in usual fbin coding format */
124
- uint8_t spurChans [AR_EEPROM_MODAL_SPURS ];
124
+ uint8_t spurChans [AR5416_EEPROM_MODAL_SPURS ];
125
125
/* 3 Check if the register is per chain */
126
126
int8_t noiseFloorThreshCh [AR9300_MAX_CHAINS ];
127
127
uint8_t reserved [11 ];
Original file line number Diff line number Diff line change 71
71
#define AR5416_ANTCTRLCMN_BT 0xf000
72
72
#define AR5416_ANTCTRLCMN_BT_S 12
73
73
74
- #define AR_EEPROM_MODAL_SPURS 5
74
+ #define AR5416_EEPROM_MODAL_SPURS 5
75
75
#define AR5416_NUM_PD_GAINS 4
76
76
#define AR5416_PD_GAIN_ICEPTS 5
77
77
#define AR5416_BCHAN_UNUSED 0xff
You can’t perform that action at this time.
0 commit comments