瀏覽代碼

ath9k_hw: fix typo in the AR9003 EEPROM data structure definition

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Felix Fietkau 15 年之前
父節點
當前提交
8393722765
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/wireless/ath/ath9k/ar9003_eeprom.h

+ 1 - 1
drivers/net/wireless/ath/ath9k/ar9003_eeprom.h

@@ -265,7 +265,7 @@ struct cal_ctl_edge_pwr {
 } __packed;
 } __packed;
 
 
 struct cal_ctl_data_2g {
 struct cal_ctl_data_2g {
-	struct cal_ctl_edge_pwr ctlEdges[AR9300_NUM_BAND_EDGES_5G];
+	struct cal_ctl_edge_pwr ctlEdges[AR9300_NUM_BAND_EDGES_2G];
 } __packed;
 } __packed;
 
 
 struct cal_ctl_data_5g {
 struct cal_ctl_data_5g {