libubox: update to latest version, fixes timer/process deletion on uloop_done()
[openwrt.git] / package / mac80211 / patches / 573-ath9k-add-platform_device_id-for-AR9550.patch
1 From 6583f34718e322373130daaca42660c669079384 Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Mon, 2 Jul 2012 17:15:59 +0200
4 Subject: [PATCH 04/20] ath9k: add platform_device_id 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/ahb.c |    4 ++++
10  1 files changed, 4 insertions(+), 0 deletions(-)
11
12 --- a/drivers/net/wireless/ath/ath9k/ahb.c
13 +++ b/drivers/net/wireless/ath/ath9k/ahb.c
14 @@ -35,6 +35,10 @@ static const struct platform_device_id a
15                 .name = "ar934x_wmac",
16                 .driver_data = AR9300_DEVID_AR9340,
17         },
18 +       {
19 +               .name = "qca955x_wmac",
20 +               .driver_data = AR9300_DEVID_QCA955X,
21 +       },
22         {},
23  };
24