diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-21 11:23:24 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-22 22:09:49 +0200 |
commit | e9b7c5914d4f3a066efcab272b1431d1dbb77297 (patch) | |
tree | 17f593bd479911137214fbdbbc5dd72c395ed2b6 /drivers/net/wireless/ath/ath9k/ahb.c | |
parent | ath9k: add MAC revision detection for AR9330 (diff) | |
download | linux-e9b7c5914d4f3a066efcab272b1431d1dbb77297.tar.xz linux-e9b7c5914d4f3a066efcab272b1431d1dbb77297.zip |
ath9k: add platform device id for AR9330
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ahb.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ahb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ahb.c b/drivers/net/wireless/ath/ath9k/ahb.c index 5b49cd03bfdf..0b36fcf8a280 100644 --- a/drivers/net/wireless/ath/ath9k/ahb.c +++ b/drivers/net/wireless/ath/ath9k/ahb.c @@ -27,6 +27,10 @@ static const struct platform_device_id ath9k_platform_id_table[] = { .driver_data = AR5416_AR9100_DEVID, }, { + .name = "ar933x_wmac", + .driver_data = AR9300_DEVID_AR9330, + }, + { .name = "ar934x_wmac", .driver_data = AR9300_DEVID_AR9340, }, |