浏览代码

ath9k_hw: Enable auto sleep for ar9003

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Vasanthakumar Thiagarajan 15 年之前
父节点
当前提交
d5d1154ffd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/wireless/ath/ath9k/hw.c

+ 1 - 1
drivers/net/wireless/ath/ath9k/hw.c

@@ -2167,7 +2167,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah)
 		pCap->hw_caps |= ATH9K_HW_CAP_RFSILENT;
 		pCap->hw_caps |= ATH9K_HW_CAP_RFSILENT;
 	}
 	}
 #endif
 #endif
-	if (AR_SREV_9271(ah))
+	if (AR_SREV_9271(ah) || AR_SREV_9300_20_OR_LATER(ah))
 		pCap->hw_caps |= ATH9K_HW_CAP_AUTOSLEEP;
 		pCap->hw_caps |= ATH9K_HW_CAP_AUTOSLEEP;
 	else
 	else
 		pCap->hw_caps &= ~ATH9K_HW_CAP_AUTOSLEEP;
 		pCap->hw_caps &= ~ATH9K_HW_CAP_AUTOSLEEP;