From: Senthil Balasubramanian Date: Fri, 1 Apr 2011 11:46:33 +0000 (+0530) Subject: ath9k: Fix phy info print message with AR9485 chipset. X-Git-Tag: v2.6.39-rc3~6^2~8^2~9 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8f06ca2c83689f4d352a34ef1c484f40c25b41ed;p=~shefty%2Frdma-dev.git ath9k: Fix phy info print message with AR9485 chipset. The phy information print during driver init time doesn't show the numeric part of the chip name properly for AR9485. This patch addresses this issue by adding the string to the respective array. Signed-off-by: Senthil Balasubramanian Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 338b07502f1..1ec9bcd6b28 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -2546,6 +2546,7 @@ static struct { { AR_SREV_VERSION_9287, "9287" }, { AR_SREV_VERSION_9271, "9271" }, { AR_SREV_VERSION_9300, "9300" }, + { AR_SREV_VERSION_9485, "9485" }, }; /* For devices with external radios */