diff options
author | 2021-12-10 01:34:42 +0200 | |
---|---|---|
committer | 2021-12-12 12:51:33 +0000 | |
commit | bfcf1425222008e7390c0784b0f3bb7b497fccaa (patch) | |
tree | 9d7f646fbc6fd8ffe49912222ab0094ee003eba8 /net/core/dev_ioctl.c | |
parent | net: dsa: sja1105: remove hwts_tx_en from tagger data (diff) | |
download | wireguard-linux-bfcf1425222008e7390c0784b0f3bb7b497fccaa.tar.xz wireguard-linux-bfcf1425222008e7390c0784b0f3bb7b497fccaa.zip |
net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_data
The design of the sja1105 tagger dp->priv is that each port has a
separate struct sja1105_port, and the sp->data pointer points to a
common struct sja1105_tagger_data.
We have removed all per-port members accessible by the tagger, and now
only struct sja1105_tagger_data remains. Make dp->priv point directly to
this.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/dev_ioctl.c')
0 files changed, 0 insertions, 0 deletions