mac80211: ath9k: register id table for platform device
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Apr 2011 09:29:23 +0000 (09:29 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 12 Apr 2011 09:29:23 +0000 (09:29 +0000)
commit62e17b4436b7a4663641dcd957b2fc751e43d42d
tree7cee5c6746c553cb3e03cfcc3dc4144022157342
parentec1dcc5bdadc9c7f7460a108c6a9ffe08b203525
mac80211: ath9k: register id table for platform device

Currently the device id in the platform driver is hardcoded to an
id which is specific to AR9130/AR9132 SOCs as it supports only wmac
(wireless mac) of these SOCs. But this needs to be dynamic when we
want to support different wmac of SOCs. So add id_table to driver to
make it extendable to more SOCs.

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26604 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/mac80211/Makefile
package/mac80211/patches/560-ath9k-register-id-table-for-platform-device.patch [new file with mode: 0644]