ar71xx: override wmac device name for the AR934x SoCs
SVN-Revision: 26840
This commit is contained in:
parent
fbbe154a48
commit
c39e5b9360
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue