Hi Andrew,
Andrew Lunn writes:
> DSA drivers may drive different families of switches which need
> different tag protocol. Rather than hard code the tag protocol in the
> driver structure, have a callback for the DSA core to call.
>
> Signed-off-by: Andrew Lunn
Great, this DSA structure finall
DSA drivers may drive different families of switches which need
different tag protocol. Rather than hard code the tag protocol in the
driver structure, have a callback for the DSA core to call.
Signed-off-by: Andrew Lunn
---
drivers/net/dsa/b53/b53_common.c | 7 ++-
drivers/net/dsa/bcm_sf2.c