mac80211: ath9k: register id table for platform device
authorGabor Juhos <juhosg@openwrt.org>
Tue, 12 Apr 2011 09:29:23 +0000 (09:29 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 12 Apr 2011 09:29:23 +0000 (09:29 +0000)
commit5ffdddc75e4ac2f3d767be404f9950daa9475d92
tree4196b862614d70495f8f3f485b84a04542cdbfc9
parente19354773372c9dc81f6987b777ca9d5c25cb9f8
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>
SVN-Revision: 26604
package/mac80211/Makefile
package/mac80211/patches/560-ath9k-register-id-table-for-platform-device.patch [new file with mode: 0644]