mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
ar71xx: allow to pass negative offset values for ar71xx_init_mac
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29457 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
097436bca8
commit
a97fd90341
@ -1051,9 +1051,9 @@ static int __init ar71xx_kmac_setup(char *str)
|
||||
__setup("kmac=", ar71xx_kmac_setup);
|
||||
|
||||
void __init ar71xx_init_mac(unsigned char *dst, const unsigned char *src,
|
||||
unsigned offset)
|
||||
int offset)
|
||||
{
|
||||
u32 t;
|
||||
int t;
|
||||
|
||||
if (!is_valid_ether_addr(src)) {
|
||||
memset(dst, '\0', ETH_ALEN);
|
||||
|
@ -23,7 +23,7 @@ void ar71xx_add_device_spi(struct ar71xx_spi_platform_data *pdata,
|
||||
extern unsigned char ar71xx_mac_base[] __initdata;
|
||||
void ar71xx_parse_mac_addr(char *mac_str) __init;
|
||||
void ar71xx_init_mac(unsigned char *dst, const unsigned char *src,
|
||||
unsigned offset) __init;
|
||||
int offset) __init;
|
||||
|
||||
struct ar71xx_eth_pll_data {
|
||||
u32 pll_10;
|
||||
|
Loading…
Reference in New Issue
Block a user