diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 18:03:40 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-18 15:23:26 -0500 |
commit | 787e05360bbe54b0cd95f2f424ca3c3d1d3639db (patch) | |
tree | 5621339b64b8ad901391259866174974508c3f9e /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 60c4bf29747ebcc2c467c1143a512cee92fc673f (diff) | |
download | op-kernel-dev-787e05360bbe54b0cd95f2f424ca3c3d1d3639db.zip op-kernel-dev-787e05360bbe54b0cd95f2f424ca3c3d1d3639db.tar.gz |
ath9k_hw: remove ah->config.pcie_clock_req
It is unused
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 3a70682..b8e2476 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -283,7 +283,6 @@ struct ath9k_ops_config { int additional_swba_backoff; int ack_6mb; u32 cwm_ignore_extcca; - u8 pcie_clock_req; u32 pcie_waen; u8 analog_shiftreg; u32 ofdm_trig_low; |