commit | 3fc8867740b4a0bf56f372c6f5ddd14970962fb1 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Sep 12 23:12:46 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 13 17:37:15 2014 -0400 |
tree | 1fab7c33ce22cff7aff0f47f300f646b6f6cd171 | |
parent | 5879823fc66decc1c0416cad6cd506adbbda6a7f [diff] |
netdevice: Support DSA tagging when DSA is built as a module This change corrects an error seen when DSA tagging is built as a module. Without this change it is not possible to get XDSA tagged frames as the test for tagging is stripped by the #ifdef check. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>