]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d8782f555cfbb6d4e88da79f1489da21a933108
treee5d01ad4b536082f36dc45ee06f460412afdb978
parent02dc04555f46e2ad61e14e040aa815178302edc7
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