Root/
| 1 | --- a/drivers/net/wireless/ath/ath5k/reset.c |
| 2 | +++ b/drivers/net/wireless/ath/ath5k/reset.c |
| 3 | @@ -1035,6 +1035,7 @@ int ath5k_hw_reset(struct ath5k_hw *ah, |
| 4 | tsf_lo = 0; |
| 5 | mode = 0; |
| 6 | |
| 7 | +#if 0 |
| 8 | /* |
| 9 | * Sanity check for fast flag |
| 10 | * Fast channel change only available |
| 11 | @@ -1042,6 +1043,7 @@ int ath5k_hw_reset(struct ath5k_hw *ah, |
| 12 | */ |
| 13 | if (fast && (ah->ah_radio != AR5K_RF2413) && |
| 14 | (ah->ah_radio != AR5K_RF5413)) |
| 15 | +#endif |
| 16 | fast = 0; |
| 17 | |
| 18 | /* Disable sleep clock operation |
| 19 |
