On 12/04/13 01:43, Alexander Couzens wrote:
static struct switch_attr ar8xxx_sw_attr_vlan[] = {
diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.h
b/target/linux/generic/files/drivers/net/phy/ar8216.h
index 95d9a96..709d127 100644
--- a/target/linux/generic/files/drivers/net/phy/ar8216.h
+++ b/target/linux/generic/files/drivers/net/phy/ar8216.h
@@ -438,6 +438,13 @@
#define AR8327_REG_PORT_STATS_BASE(_i) (0x1000 + (_i) * 0x100)
+#define AR8327_MII_CBLTEST_CTRL 0x16
+#define AR8327_CBLTEST_CTRL_SELECT_BIT 0x8
+#define AR8327_MII_CBLTEST_RESULTS 0x1c
+#define AR8327_CBLTEST_CTRL_STATUS_BIT 0x8
+#define AR8327_CBLTEST_CTRL_STATUS_OK 0x0
+#define AR8327_CBLTEST_CTRL_STATUS_LINK 0x3
Hi,
looks good apart from these tabs instead of space. can you resend with
that fixed please
John
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel