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~393^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec83903e67f9d1e8398568c77dc4fdd333531e96;p=thirdparty%2Flinux.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 d1e68c255deaf..ccd819a4a816a 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 */