diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath9k/hw.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath9k/hw.h b/drivers/net/wireless/ath9k/hw.h index 3ae3b881debe..d44e016f9880 100644 --- a/drivers/net/wireless/ath9k/hw.h +++ b/drivers/net/wireless/ath9k/hw.h | |||
@@ -426,6 +426,7 @@ struct ar5416Stats { | |||
426 | #define AR5416_EEP_MINOR_VER_16 0x10 | 426 | #define AR5416_EEP_MINOR_VER_16 0x10 |
427 | #define AR5416_EEP_MINOR_VER_17 0x11 | 427 | #define AR5416_EEP_MINOR_VER_17 0x11 |
428 | #define AR5416_EEP_MINOR_VER_19 0x13 | 428 | #define AR5416_EEP_MINOR_VER_19 0x13 |
429 | #define AR5416_EEP_MINOR_VER_20 0x14 | ||
429 | 430 | ||
430 | #define AR5416_NUM_5G_CAL_PIERS 8 | 431 | #define AR5416_NUM_5G_CAL_PIERS 8 |
431 | #define AR5416_NUM_2G_CAL_PIERS 4 | 432 | #define AR5416_NUM_2G_CAL_PIERS 4 |
@@ -488,6 +489,7 @@ enum eeprom_param { | |||
488 | EEP_RX_MASK, | 489 | EEP_RX_MASK, |
489 | EEP_RXGAIN_TYPE, | 490 | EEP_RXGAIN_TYPE, |
490 | EEP_TXGAIN_TYPE, | 491 | EEP_TXGAIN_TYPE, |
492 | EEP_DAC_HPWR_5G, | ||
491 | }; | 493 | }; |
492 | 494 | ||
493 | enum ar5416_rates { | 495 | enum ar5416_rates { |
@@ -526,9 +528,13 @@ struct base_eep_header { | |||
526 | u8 pwdclkind; | 528 | u8 pwdclkind; |
527 | u8 futureBase_1[2]; | 529 | u8 futureBase_1[2]; |
528 | u8 rxGainType; | 530 | u8 rxGainType; |
529 | u8 futureBase_2[3]; | 531 | u8 dacHiPwrMode_5G; |
532 | u8 futureBase_2; | ||
533 | u8 dacLpMode; | ||
530 | u8 txGainType; | 534 | u8 txGainType; |
531 | u8 futureBase_3[25]; | 535 | u8 rcChainMask; |
536 | u8 desiredScaleCCK; | ||
537 | u8 futureBase_3[23]; | ||
532 | } __packed; | 538 | } __packed; |
533 | 539 | ||
534 | struct base_eep_header_4k { | 540 | struct base_eep_header_4k { |
@@ -595,7 +601,7 @@ struct modal_eep_header { | |||
595 | force_xpaon:1, | 601 | force_xpaon:1, |
596 | local_bias:1, | 602 | local_bias:1, |
597 | femBandSelectUsed:1, xlnabufin:1, xlnaisel:2, xlnabufmode:1; | 603 | femBandSelectUsed:1, xlnabufin:1, xlnaisel:2, xlnabufmode:1; |
598 | u8 futureModalar9280; | 604 | u8 miscBits; |
599 | u16 xpaBiasLvlFreq[3]; | 605 | u16 xpaBiasLvlFreq[3]; |
600 | u8 futureModal[6]; | 606 | u8 futureModal[6]; |
601 | 607 | ||