Guest User

1.patch

a guest
Sep 29th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.56 KB | None | 0 0
  1. diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.h b/target/linux/generic/files/drivers/net/phy/ar8216.h
  2. index d9508b9ff8..be8c65507e 100644
  3. --- a/target/linux/generic/files/drivers/net/phy/ar8216.h
  4. +++ b/target/linux/generic/files/drivers/net/phy/ar8216.h
  5. @@ -29,7 +29,12 @@
  6.  #define AR8316_NUM_VLANS   4096
  7.  
  8.  /* size of the vlan table */
  9. +#if OK_PATCH
  10. +/* for AR8327 */
  11. +#define AR8X16_MAX_VLANS   4096
  12. +#else /* !OK_PATCH */
  13.  #define AR8X16_MAX_VLANS   128
  14. +#endif /* OK_PATCH */
  15.  #define AR8X16_PROBE_RETRIES   10
  16.  #define AR8X16_MAX_PORTS   8
Advertisement
Add Comment
Please, Sign In to add comment