diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/attach.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/attach.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/attach.c b/drivers/net/wireless/ath/ath5k/attach.c index 70d376c63aac..c41ef58393e7 100644 --- a/drivers/net/wireless/ath/ath5k/attach.c +++ b/drivers/net/wireless/ath/ath5k/attach.c | |||
@@ -133,7 +133,6 @@ struct ath5k_hw *ath5k_hw_attach(struct ath5k_softc *sc, u8 mac_version) | |||
133 | ah->ah_cw_min = AR5K_TUNE_CWMIN; | 133 | ah->ah_cw_min = AR5K_TUNE_CWMIN; |
134 | ah->ah_limit_tx_retries = AR5K_INIT_TX_RETRY; | 134 | ah->ah_limit_tx_retries = AR5K_INIT_TX_RETRY; |
135 | ah->ah_software_retry = false; | 135 | ah->ah_software_retry = false; |
136 | ah->ah_ant_diversity = AR5K_TUNE_ANT_DIVERSITY; | ||
137 | 136 | ||
138 | /* | 137 | /* |
139 | * Set the mac version based on the pci id | 138 | * Set the mac version based on the pci id |