diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9003_eeprom.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_eeprom.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h index 57f64dbbcd89..9c1463307f0c 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h | |||
@@ -270,17 +270,12 @@ struct cal_tgt_pow_ht { | |||
270 | u8 tPow2x[14]; | 270 | u8 tPow2x[14]; |
271 | } __packed; | 271 | } __packed; |
272 | 272 | ||
273 | struct cal_ctl_edge_pwr { | ||
274 | u8 tPower:6, | ||
275 | flag:2; | ||
276 | } __packed; | ||
277 | |||
278 | struct cal_ctl_data_2g { | 273 | struct cal_ctl_data_2g { |
279 | struct cal_ctl_edge_pwr ctlEdges[AR9300_NUM_BAND_EDGES_2G]; | 274 | u8 ctlEdges[AR9300_NUM_BAND_EDGES_2G]; |
280 | } __packed; | 275 | } __packed; |
281 | 276 | ||
282 | struct cal_ctl_data_5g { | 277 | struct cal_ctl_data_5g { |
283 | struct cal_ctl_edge_pwr ctlEdges[AR9300_NUM_BAND_EDGES_5G]; | 278 | u8 ctlEdges[AR9300_NUM_BAND_EDGES_5G]; |
284 | } __packed; | 279 | } __packed; |
285 | 280 | ||
286 | struct ar9300_BaseExtension_1 { | 281 | struct ar9300_BaseExtension_1 { |