Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.h b/target/linux/generic/files/drivers/net/phy/ar8216.h
- index d9508b9ff8..be8c65507e 100644
- --- a/target/linux/generic/files/drivers/net/phy/ar8216.h
- +++ b/target/linux/generic/files/drivers/net/phy/ar8216.h
- @@ -29,7 +29,12 @@
- #define AR8316_NUM_VLANS 4096
- /* size of the vlan table */
- +#if OK_PATCH
- +/* for AR8327 */
- +#define AR8X16_MAX_VLANS 4096
- +#else /* !OK_PATCH */
- #define AR8X16_MAX_VLANS 128
- +#endif /* OK_PATCH */
- #define AR8X16_PROBE_RETRIES 10
- #define AR8X16_MAX_PORTS 8
Advertisement
Add Comment
Please, Sign In to add comment