mac80211: add support for AR9550
[openwrt/staging/yousong.git] / package / mac80211 / patches / 574-ath9k-add-BB-name-string-for-AR9550.patch
1 From 7ea9d187a4334e35d9ed1a3cbeb85d0b1275b24c Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Mon, 2 Jul 2012 17:10:14 +0200
4 Subject: [PATCH 05/20] ath9k: add BB name string for AR9550
5
6 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
7 Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
8 ---
9 drivers/net/wireless/ath/ath9k/hw.c | 1 +
10 1 files changed, 1 insertions(+), 0 deletions(-)
11
12 --- a/drivers/net/wireless/ath/ath9k/hw.c
13 +++ b/drivers/net/wireless/ath/ath9k/hw.c
14 @@ -3135,6 +3135,7 @@ static struct {
15 { AR_SREV_VERSION_9340, "9340" },
16 { AR_SREV_VERSION_9485, "9485" },
17 { AR_SREV_VERSION_9462, "9462" },
18 + { AR_SREV_VERSION_9550, "9550" },
19 };
20
21 /* For devices with external radios */