diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 910d3c62a6df..e99b39514e8d 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -532,7 +532,6 @@ struct ath_hw_radar_conf { | |||
532 | * | 532 | * |
533 | * @init_mode_regs: Initializes mode registers | 533 | * @init_mode_regs: Initializes mode registers |
534 | * @init_mode_gain_regs: Initialize TX/RX gain registers | 534 | * @init_mode_gain_regs: Initialize TX/RX gain registers |
535 | * @macversion_supported: If this specific mac revision is supported | ||
536 | * | 535 | * |
537 | * @rf_set_freq: change frequency | 536 | * @rf_set_freq: change frequency |
538 | * @spur_mitigate_freq: spur mitigation | 537 | * @spur_mitigate_freq: spur mitigation |
@@ -554,7 +553,6 @@ struct ath_hw_private_ops { | |||
554 | 553 | ||
555 | void (*init_mode_regs)(struct ath_hw *ah); | 554 | void (*init_mode_regs)(struct ath_hw *ah); |
556 | void (*init_mode_gain_regs)(struct ath_hw *ah); | 555 | void (*init_mode_gain_regs)(struct ath_hw *ah); |
557 | bool (*macversion_supported)(u32 macversion); | ||
558 | void (*setup_calibration)(struct ath_hw *ah, | 556 | void (*setup_calibration)(struct ath_hw *ah, |
559 | struct ath9k_cal_list *currCal); | 557 | struct ath9k_cal_list *currCal); |
560 | 558 | ||