OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 9... Line 9...
9 + unsigned endian_check) __init; 9 + unsigned endian_check) __init;
Line 10... Line 10...
10 10
11 #endif /* _PCI_ATH9K_FIXUP */ 11 #endif /* _PCI_ATH9K_FIXUP */
12 --- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h 12 --- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
13 +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h 13 +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
14 @@ -20,6 +20,7 @@ 14 @@ -21,6 +21,7 @@
15 struct ath9k_caldata { 15 struct ath9k_caldata {
16 unsigned int slot; 16 unsigned int slot;
17 u32 caldata_offset; 17 u32 caldata_offset;
18 + unsigned int endian_check:1; 18 + unsigned int endian_check:1;
Line 37... Line 37...
37 37
38 if (!bcm63xx_read_eeprom(ath9k_fixups[ath9k_num_fixups].pdata.eeprom_data, offset)) 38 if (!bcm63xx_read_eeprom(ath9k_fixups[ath9k_num_fixups].pdata.eeprom_data, offset))
39 return; 39 return;
40 --- a/arch/mips/bcm63xx/boards/board_common.c 40 --- a/arch/mips/bcm63xx/boards/board_common.c
41 +++ b/arch/mips/bcm63xx/boards/board_common.c 41 +++ b/arch/mips/bcm63xx/boards/board_common.c
Line 42... Line 42...
42 @@ -245,7 +245,8 @@ int __init board_register_devices(void) 42 @@ -249,7 +249,8 @@ int __init board_register_devices(void)
43 43
44 /* register any fixups */ 44 /* register any fixups */
45 for (i = 0; i < board.has_caldata; i++) 45 for (i = 0; i < board.has_caldata; i++)