aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/ar8216.h
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2019-01-11 13:18:30 +0800
committerPetr Štetiar <ynezz@true.cz>2019-03-24 01:44:26 +0100
commitd6366ce3665f010a7ae7061a557689643073040a (patch)
tree63a8027c3a7763a05f6297b11f67cd5ef53f6091 /target/linux/generic/files/drivers/net/phy/ar8216.h
parent9fc506e9b2e40db8f3a6df5b59556e59351e376f (diff)
downloadupstream-d6366ce3665f010a7ae7061a557689643073040a.tar.gz
upstream-d6366ce3665f010a7ae7061a557689643073040a.tar.bz2
upstream-d6366ce3665f010a7ae7061a557689643073040a.zip
generic: ar8216: mib_work_func: read all port mibs everytime
ar8xxx_mib_capture will update mib counters for all ports. Current code only update one port at a time and the data for other ports are lost. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/generic/files/drivers/net/phy/ar8216.h')
-rw-r--r--target/linux/generic/files/drivers/net/phy/ar8216.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.h b/target/linux/generic/files/drivers/net/phy/ar8216.h
index 9b39064551..e9e8331786 100644
--- a/target/linux/generic/files/drivers/net/phy/ar8216.h
+++ b/target/linux/generic/files/drivers/net/phy/ar8216.h
@@ -488,7 +488,6 @@ struct ar8xxx_priv {
struct mutex mib_lock;
struct delayed_work mib_work;
- int mib_next_port;
u64 *mib_stats;
struct list_head list;