b53: global config is part of the management page, not the control page
It will now actually enable the mib counters instead of enabling rx/tx for the first switch port. Reported-by: Daniel Gonzalez <dgcbueu@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44788
This commit is contained in:
parent
eed031d460
commit
085b8e0014
@ -408,11 +408,11 @@ static void b53_enable_mib(struct b53_device *dev)
|
|||||||
{
|
{
|
||||||
u8 gc;
|
u8 gc;
|
||||||
|
|
||||||
b53_read8(dev, B53_CTRL_PAGE, B53_GLOBAL_CONFIG, &gc);
|
b53_read8(dev, B53_MGMT_PAGE, B53_GLOBAL_CONFIG, &gc);
|
||||||
|
|
||||||
gc &= ~(GC_RESET_MIB | GC_MIB_AC_EN);
|
gc &= ~(GC_RESET_MIB | GC_MIB_AC_EN);
|
||||||
|
|
||||||
b53_write8(dev, B53_CTRL_PAGE, B53_GLOBAL_CONFIG, gc);
|
b53_write8(dev, B53_MGMT_PAGE, B53_GLOBAL_CONFIG, gc);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int b53_apply(struct b53_device *dev)
|
static int b53_apply(struct b53_device *dev)
|
||||||
|
Loading…
Reference in New Issue
Block a user