aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2013-06-18 00:43:40 -0400
committerJohn W. Linville <linville@tuxdriver.com>2013-06-18 14:46:45 -0400
commitdf401907b8cb2f6868ecbe82eaf029c3c9097674 (patch)
tree1aeb88d407971297f678cedbebd67de8b6b8e91d
parent143353104983f5af2c6087203b83312e58f3dc86 (diff)
ath9k: Convert a couple of debug messages
Use the REGULATORY debug level to print the target power details. EEPROM can be used for other purposes and this spams the log. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_eeprom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
index eae23b910bce..1e86977d3322 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
@@ -4562,7 +4562,7 @@ static void ar9003_hw_get_target_power_eeprom(struct ath_hw *ah,
4562 is2GHz); 4562 is2GHz);
4563 4563
4564 for (i = 0; i < ar9300RateSize; i++) { 4564 for (i = 0; i < ar9300RateSize; i++) {
4565 ath_dbg(common, EEPROM, "TPC[%02d] 0x%08x\n", 4565 ath_dbg(common, REGULATORY, "TPC[%02d] 0x%08x\n",
4566 i, targetPowerValT2[i]); 4566 i, targetPowerValT2[i]);
4567 } 4567 }
4568} 4568}
@@ -5288,7 +5288,7 @@ static void ath9k_hw_ar9300_set_txpower(struct ath_hw *ah,
5288 return; 5288 return;
5289 5289
5290 for (i = 0; i < ar9300RateSize; i++) { 5290 for (i = 0; i < ar9300RateSize; i++) {
5291 ath_dbg(common, EEPROM, "TPC[%02d] 0x%08x\n", 5291 ath_dbg(common, REGULATORY, "TPC[%02d] 0x%08x\n",
5292 i, targetPowerValT2[i]); 5292 i, targetPowerValT2[i]);
5293 } 5293 }
5294 5294