From: Luis R. Rodriguez Date: Thu, 15 Apr 2010 21:39:20 +0000 (-0400) Subject: ath9k_hw: add the AR9300 SREV hw name print X-Git-Tag: v2.6.35-rc1~473^2~167^2~205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec83903e67f9d1e8398568c77dc4fdd333531e96;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ath9k_hw: add the AR9300 SREV hw name print Signed-off-by: Luis R. Rodriguez 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 d1e68c2..ccd819a 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -2689,6 +2689,7 @@ static struct { { AR_SREV_VERSION_9285, "9285" }, { AR_SREV_VERSION_9287, "9287" }, { AR_SREV_VERSION_9271, "9271" }, + { AR_SREV_VERSION_9300, "9300" }, }; /* For devices with external radios */