diff mbox

[linux-next] next-20101201: ath5k permanently disconnecting

Message ID AANLkTimcV+pHp8ui-hExnsBfuQ2PtGA2aZidCYSFsQnh@mail.gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Sedat Dilek Dec. 2, 2010, 5:33 p.m. UTC
None
diff mbox

Patch

Index: linux-next/drivers/net/wireless/ath/ath5k/qcu.c
===================================================================
--- linux-next.orig/drivers/net/wireless/ath/ath5k/qcu.c
+++ linux-next/drivers/net/wireless/ath/ath5k/qcu.c
@@ -647,11 +647,6 @@ 
 		 * on ath5k_hw_set_ifs_intervals */
 		ath5k_hw_set_tx_retry_limits(ah, 0);
 
-	/* Set the turbo flag when operating on 40MHz */
-	if (ah->ah_bwmode == AR5K_BWMODE_40MHZ)
-		AR5K_REG_ENABLE_BITS(ah, AR5K_DCU_GBL_IFS_MISC,
-				AR5K_DCU_GBL_IFS_MISC_TURBO_MODE);
-
 	/* If we didn't set IFS timings through
 	 * ath5k_hw_set_coverage_class make sure
 	 * we set them here */