mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
qca-ssdk: fix max vlan support on qca8337
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
13
feeds/ipq807x/qca-ssdk/patches/400-max_vlan.patch
Normal file
13
feeds/ipq807x/qca-ssdk/patches/400-max_vlan.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: qca-ssdk/include/init/ssdk_plat.h
|
||||
===================================================================
|
||||
--- qca-ssdk.orig/include/init/ssdk_plat.h
|
||||
+++ qca-ssdk/include/init/ssdk_plat.h
|
||||
@@ -160,7 +160,7 @@
|
||||
#define AR8327_NUM_PHYS 5
|
||||
#define AR8327_PORT_CPU 0
|
||||
#define AR8327_NUM_PORTS 7
|
||||
-#define AR8327_MAX_VLANS 128
|
||||
+#define AR8327_MAX_VLANS 4095
|
||||
|
||||
#define MII_PHYADDR_C45 (1<<30)
|
||||
|
||||
Reference in New Issue
Block a user