diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-12-28 09:47:14 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-01-03 15:36:59 -0500 |
commit | ff47f9320e8a20c60b78c4bb8340f2d76e18ff08 (patch) | |
tree | 2f7541928699882e42b0316446e5d924c2c8cc36 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 04575f21d9c8dc3fbf8ad7d7ce3fc8261377def1 (diff) |
ath9k: Remove unused config option ack_6mb
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
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 76325094c009..5e10ad9a2d74 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -295,7 +295,6 @@ enum ath9k_hw_hang_checks { struct ath9k_ops_config { int dma_beacon_response_time; int sw_beacon_response_time; - int ack_6mb; u32 cwm_ignore_extcca; u32 pcie_waen; u8 analog_shiftreg; |