aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/reset.c')
-rw-r--r--drivers/net/wireless/ath/ath5k/reset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/reset.c b/drivers/net/wireless/ath/ath5k/reset.c
index 4aed3a3ab10..250db40b751 100644
--- a/drivers/net/wireless/ath/ath5k/reset.c
+++ b/drivers/net/wireless/ath/ath5k/reset.c
@@ -1159,7 +1159,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode,
1159 */ 1159 */
1160 if (fast && (ah->ah_radio != AR5K_RF2413) && 1160 if (fast && (ah->ah_radio != AR5K_RF2413) &&
1161 (ah->ah_radio != AR5K_RF5413)) 1161 (ah->ah_radio != AR5K_RF5413))
1162 fast = 0; 1162 fast = false;
1163 1163
1164 /* Disable sleep clock operation 1164 /* Disable sleep clock operation
1165 * to avoid register access delay on certain 1165 * to avoid register access delay on certain
@@ -1185,7 +1185,7 @@ ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode,
1185 if (ret && fast) { 1185 if (ret && fast) {
1186 ATH5K_DBG(ah, ATH5K_DEBUG_RESET, 1186 ATH5K_DBG(ah, ATH5K_DEBUG_RESET,
1187 "DMA didn't stop, falling back to normal reset\n"); 1187 "DMA didn't stop, falling back to normal reset\n");
1188 fast = 0; 1188 fast = false;
1189 /* Non fatal, just continue with 1189 /* Non fatal, just continue with
1190 * normal reset */ 1190 * normal reset */
1191 ret = 0; 1191 ret = 0;