aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoachim Eastwood <manabian@gmail.com>2012-10-22 08:45:34 +0000
committerDavid S. Miller <davem@davemloft.net>2012-10-23 02:40:10 -0400
commit0668744f792a737872aa1904010e5fba5f95376b (patch)
treece489d58abb7a6a93e86a72dd524b3a26e7701b3 /include
parentnet/at91_ether: select MACB in Kconfig (diff)
downloadlinux-dev-0668744f792a737872aa1904010e5fba5f95376b.tar.xz
linux-dev-0668744f792a737872aa1904010e5fba5f95376b.zip
net/at91_ether: add pdata flag for reverse Eth addr
This will allow us to remove the last mach include from at91_ether and also make it easier to share address setup with macb. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/macb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/macb.h b/include/linux/platform_data/macb.h
index b081c7245ec8..044a124bfbbc 100644
--- a/include/linux/platform_data/macb.h
+++ b/include/linux/platform_data/macb.h
@@ -12,6 +12,7 @@ struct macb_platform_data {
u32 phy_mask;
int phy_irq_pin; /* PHY IRQ */
u8 is_rmii; /* using RMII interface? */
+ u8 rev_eth_addr; /* reverse Ethernet address byte order */
};
#endif /* __MACB_PDATA_H__ */