diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 18:03:42 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-18 15:23:29 -0500 |
commit | 49685634c6cb943ba9b35ff182ee479ca5b73302 (patch) | |
tree | 22dbce6bd64f855694800508840327182dd96cde /drivers/net/wireless/ath/ath9k/hw.h | |
parent | ae0c40314a86c5c942d32d9cbbc9f96d70839935 (diff) | |
download | talos-op-linux-49685634c6cb943ba9b35ff182ee479ca5b73302.tar.gz talos-op-linux-49685634c6cb943ba9b35ff182ee479ca5b73302.zip |
ath9k_hw: remove additional_swba_backoff
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 57d3d0c3a99f..2ef9d2472a96 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -280,7 +280,6 @@ struct ath9k_hw_capabilities { struct ath9k_ops_config { int dma_beacon_response_time; int sw_beacon_response_time; - int additional_swba_backoff; int ack_6mb; u32 cwm_ignore_extcca; u32 pcie_waen; |