diff options
Diffstat (limited to 'target/linux/brcm63xx/patches-3.8/800-wl_exports.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.8/800-wl_exports.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/patches-3.8/800-wl_exports.patch b/target/linux/brcm63xx/patches-3.8/800-wl_exports.patch index 4d8a23893..cae2118a0 100644 --- a/target/linux/brcm63xx/patches-3.8/800-wl_exports.patch +++ b/target/linux/brcm63xx/patches-3.8/800-wl_exports.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/nvram.c +++ b/arch/mips/bcm63xx/nvram.c -@@ -40,6 +40,13 @@ struct bcm963xx_nvram { +@@ -41,6 +41,13 @@ struct bcm963xx_nvram { static struct bcm963xx_nvram nvram; static int mac_addr_used; @@ -14,7 +14,7 @@ void __init bcm63xx_nvram_init(void *addr) { unsigned int check_len; -@@ -47,6 +54,7 @@ void __init bcm63xx_nvram_init(void *add +@@ -48,6 +55,7 @@ void __init bcm63xx_nvram_init(void *add /* extract nvram data */ memcpy(&nvram, addr, sizeof(nvram)); |