mac80211: add support for AR9550
[openwrt/staging/yousong.git] / package / mac80211 / patches / 589-ath9k-enable-support-for-AR9550.patch
1 From 23693513280521914ceb6d92c1bd7613e7b19c58 Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Mon, 2 Jul 2012 17:16:00 +0200
4 Subject: [PATCH 20/20] ath9k: enable support 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 | 2 ++
10 1 files changed, 2 insertions(+), 0 deletions(-)
11
12 --- a/drivers/net/wireless/ath/ath9k/hw.c
13 +++ b/drivers/net/wireless/ath/ath9k/hw.c
14 @@ -658,6 +658,7 @@ static int __ath9k_hw_init(struct ath_hw
15 case AR_SREV_VERSION_9485:
16 case AR_SREV_VERSION_9340:
17 case AR_SREV_VERSION_9462:
18 + case AR_SREV_VERSION_9550:
19 break;
20 default:
21 ath_err(common,
22 @@ -735,6 +736,7 @@ int ath9k_hw_init(struct ath_hw *ah)
23 case AR9300_DEVID_AR9485_PCIE:
24 case AR9300_DEVID_AR9330:
25 case AR9300_DEVID_AR9340:
26 + case AR9300_DEVID_QCA955X:
27 case AR9300_DEVID_AR9580:
28 case AR9300_DEVID_AR9462:
29 break;