commit | 875138f81d71af3cfa80df57e32fe9efbc4f95bc | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Sun Apr 28 19:37:11 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 28 19:41:00 2019 -0400 |
tree | a775c237567db87334b12f434323f484c3185a89 | |
parent | dfedd3b62441f4dfc56d191ac0ab63ec55a675e2 [diff] |
dsa: Move tagger name into its ops structure Rather than keep a list to map a tagger ops to a name, place the name into the ops structure. This removes the hard coded list, a step towards making the taggers more dynamic. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> v2: Move name to end of structure, keeping the hot entries at the beginning. Signed-off-by: David S. Miller <davem@davemloft.net>