VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Vladimir Oltean <vladimir.oltean@nxp.com> 2020-12-12 21:16:12 +0200 committer: Jakub Kicinski <kuba@kernel.org> 2020-12-14 19:28:22 -0800 commit: ca0b272b48f3adc112112a481f9f117f8308abf1 parent: a4485baefa1efa596702ebffd5a9c760d42b14b5
Commit Summary:
net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process context
Diffstat:
1 file changed, 2 insertions, 0 deletions
diff --git a/include/soc/mscc/ocelot.h b/include/soc/mscc/ocelot.h
index 731116611390..2f4cd3288bcc 100644
--- a/include/soc/mscc/ocelot.h
+++ b/include/soc/mscc/ocelot.h
@@ -650,6 +650,8 @@ struct ocelot {
 	struct delayed_work		stats_work;
 	struct workqueue_struct		*stats_queue;
 
+	struct workqueue_struct		*owq;
+
 	u8				ptp:1;
 	struct ptp_clock		*ptp_clock;
 	struct ptp_clock_info		ptp_info;