2
0
forked from Ivasoft/openwrt

ar8216: introduce global constant for number of PHYs

All supported switches have 5 PHYs. Currently partially 5 is hardcoded
and partially switch-specific constants exist.
Replace them with a global constant.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

SVN-Revision: 43328
This commit is contained in:
Felix Fietkau
2014-11-19 20:17:30 +00:00
parent 226f330bcf
commit 6dcdc2bb05
2 changed files with 5 additions and 4 deletions

View File

@@ -291,7 +291,6 @@
#define AR8327_NUM_PORTS 7
#define AR8327_NUM_LEDS 15
#define AR8327_NUM_PHYS 5
#define AR8327_PORTS_ALL 0x7f
#define AR8327_NUM_LED_CTRL_REGS 4