mirror of https://github.com/hak5/openwrt.git
25 lines
723 B
Diff
25 lines
723 B
Diff
From 6583f34718e322373130daaca42660c669079384 Mon Sep 17 00:00:00 2001
|
|
From: Gabor Juhos <juhosg@openwrt.org>
|
|
Date: Mon, 2 Jul 2012 17:15:59 +0200
|
|
Subject: [PATCH 04/20] ath9k: add platform_device_id for AR9550
|
|
|
|
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
|
|
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
|
|
---
|
|
drivers/net/wireless/ath/ath9k/ahb.c | 4 ++++
|
|
1 files changed, 4 insertions(+), 0 deletions(-)
|
|
|
|
--- a/drivers/net/wireless/ath/ath9k/ahb.c
|
|
+++ b/drivers/net/wireless/ath/ath9k/ahb.c
|
|
@@ -35,6 +35,10 @@ static const struct platform_device_id a
|
|
.name = "ar934x_wmac",
|
|
.driver_data = AR9300_DEVID_AR9340,
|
|
},
|
|
+ {
|
|
+ .name = "qca955x_wmac",
|
|
+ .driver_data = AR9300_DEVID_QCA955X,
|
|
+ },
|
|
{},
|
|
};
|
|
|