mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
ar71xx: remove dead code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28851 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4677737b0a
commit
33f4cde7a9
@ -397,21 +397,6 @@ int ar7240sw_phy_write(struct mii_bus *mii, unsigned phy_addr,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ar7240sw_capture_stats(struct ar7240sw *as)
|
|
||||||
{
|
|
||||||
struct mii_bus *mii = as->mii_bus;
|
|
||||||
int ret;
|
|
||||||
|
|
||||||
/* Capture the hardware statistics for all ports */
|
|
||||||
ar7240sw_reg_write(mii, AR7240_REG_MIB_FUNCTION0,
|
|
||||||
(AR7240_MIB_FUNC_CAPTURE << AR7240_MIB_FUNC_S));
|
|
||||||
|
|
||||||
/* Wait for the capturing to complete. */
|
|
||||||
ret = ar7240sw_reg_wait(mii, AR7240_REG_MIB_FUNCTION0,
|
|
||||||
AR7240_MIB_BUSY, 0, 10);
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void ar7240sw_disable_port(struct ar7240sw *as, unsigned port)
|
static void ar7240sw_disable_port(struct ar7240sw *as, unsigned port)
|
||||||
{
|
{
|
||||||
ar7240sw_reg_write(as->mii_bus, AR7240_REG_PORT_CTRL(port),
|
ar7240sw_reg_write(as->mii_bus, AR7240_REG_PORT_CTRL(port),
|
||||||
|
Loading…
Reference in New Issue
Block a user