commit | 2bc80059fe19229e68a306ce12f5e61e80b92c5c | [log] [tgz] |
---|---|---|
author | Ben Hutchings <[email protected]> | Thu Nov 01 09:12:02 2012 +0000 |
committer | David S. Miller <[email protected]> | Fri Nov 02 21:34:05 2012 -0400 |
tree | 388e36afe1abdd453fea0d164a9468adbcc61d5d | |
parent | 46acc460c07b5c74287560a00b6cbc6111136ab6 [diff] |
eth: Rename and properly align br_reserved_address array Since this array is no longer part of the bridge driver, it should have an 'eth' prefix not 'br'. We also assume that either it's 16-bit-aligned or the architecture has efficient unaligned access. Ensure the first of these is true by explicitly aligning it. Signed-off-by: Ben Hutchings <[email protected]> Acked-by: John Fastabend <[email protected]> Signed-off-by: David S. Miller <[email protected]>