diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-03 19:13:19 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-09 22:36:25 +0200 |
commit | 485124cbb746eba343e0763b917cc303ae3d0916 (patch) | |
tree | aafa2c6f9c4725a1dc2d02197fd0a45e244d342e /drivers | |
parent | ath9k: add platform_device_id for AR9550 (diff) | |
download | linux-485124cbb746eba343e0763b917cc303ae3d0916.tar.xz linux-485124cbb746eba343e0763b917cc303ae3d0916.zip |
ath9k: add BB name string for AR9550
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 773efe4236a6..0eb81f57140b 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -3140,6 +3140,7 @@ static struct { { AR_SREV_VERSION_9340, "9340" }, { AR_SREV_VERSION_9485, "9485" }, { AR_SREV_VERSION_9462, "9462" }, + { AR_SREV_VERSION_9550, "9550" }, }; /* For devices with external radios */ |