diff options
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_eeprom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h index 5fe335e22c89..d8c0318f416f 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h | |||
@@ -265,7 +265,7 @@ struct cal_ctl_edge_pwr { | |||
265 | } __packed; | 265 | } __packed; |
266 | 266 | ||
267 | struct cal_ctl_data_2g { | 267 | struct cal_ctl_data_2g { |
268 | struct cal_ctl_edge_pwr ctlEdges[AR9300_NUM_BAND_EDGES_5G]; | 268 | struct cal_ctl_edge_pwr ctlEdges[AR9300_NUM_BAND_EDGES_2G]; |
269 | } __packed; | 269 | } __packed; |
270 | 270 | ||
271 | struct cal_ctl_data_5g { | 271 | struct cal_ctl_data_5g { |