diff options
author | Rajkumar Manoharan <rmanohar@qca.qualcomm.com> | 2012-09-10 15:35:11 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-09-11 23:31:47 +0400 |
commit | 420e2b1b4a9120b6f89bc98e37173a6b2a48a798 (patch) | |
tree | 77a76ae9ca51f86211ed0c556340375691726821 /drivers/net/wireless/ath/ath9k/ar9003_eeprom.h | |
parent | c21d34a302c21580133748a781af6f03a9a06aa7 (diff) | |
download | linux-420e2b1b4a9120b6f89bc98e37173a6b2a48a798.tar.xz |
ath9k_hw: add 8 points for 5G temp slop
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9003_eeprom.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_eeprom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h index 3a1ff55bceb9..41b1a75e6bec 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h @@ -267,7 +267,8 @@ struct cal_ctl_data_5g { struct ar9300_BaseExtension_1 { u8 ant_div_control; - u8 future[11]; + u8 future[3]; + u8 tempslopextension[8]; int8_t quick_drop_low; int8_t quick_drop_high; } __packed; |