From: Ben Hutchings Date: Mon, 6 Feb 2012 18:00:57 +0000 (+0000) Subject: sfc: Correct MAC filter bitfield definitions X-Git-Tag: v3.4-rc1~177^2~270^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055e0ad01418bc4d68106df8c8a2d0338fbf67ba;p=pandora-kernel.git sfc: Correct MAC filter bitfield definitions The RMFT_DEST_MAC and TMFT_SRC_MAC register fields were previously documented as 44 bits wide, whereas a MAC address has 48 bits. Thankfully the hardware uses the correct width and the driver has used separate definitions that divide each of these into 32-bit and 16-bit fields. Fix the initial definitions for these fields and rewrite the latter definitions to use them. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed