OSDN Git Service

net: dsa: tag_qca: move define to include linux/dsa
authorAnsuel Smith <ansuelsmth@gmail.com>
Wed, 2 Feb 2022 00:03:23 +0000 (01:03 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Feb 2022 14:43:59 +0000 (14:43 +0000)
commit3ec762fb13c7e7273800b94c80db1c2cc37590d1
treee5d01ad4b536082f36dc45ee06f460412afdb978
parent6b0458299297ca4ab6fb295800e29a4e501d50c1
net: dsa: tag_qca: move define to include linux/dsa

Move tag_qca define to include dir linux/dsa as the qca8k require access
to the tagger define to support in-band mdio read/write using ethernet
packet.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dsa/tag_qca.h [new file with mode: 0644]
net/dsa/tag_qca.c