aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/560-ath9k-register-id-table-for-platform-device.patch
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: update to wireless-testing 2011-04-19, contains several beacon ↵Felix Fietkau2011-04-201-46/+0
| | | | | | related fixes for ath9k git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: ath9k: register id table for platform deviceGabor Juhos2011-04-121-0/+46
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