1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 20:04:05 +02:00

ar71xx: override wmac device name for the AR934x SoCs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26840 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-05-07 09:23:32 +00:00
parent 663cf912af
commit 193e04ebee

View File

@ -63,6 +63,7 @@ static void ar913x_wmac_init(void)
static void ar934x_wmac_init(void)
{
ar9xxx_wmac_device.name = "ar934x_wmac";
ar9xxx_wmac_resources[0].start = AR934X_WMAC_BASE;
ar9xxx_wmac_resources[0].end = AR934X_WMAC_BASE + AR934X_WMAC_SIZE - 1;
}