From: Eric W. Biederman Date: Mon, 2 Mar 2015 06:01:30 +0000 (-0600) Subject: rose: Set the destination address in rose_header X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~371^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b753af31abe416b19830d5ac7f8da6c16f165214;p=pandora-kernel.git rose: Set the destination address in rose_header Not setting the destination address is a bug that I suspect causes no problems today, as only the arp code seems to call dev_hard_header and the description I have of rose is that it is expected to be used with a static neigbour table. I have derived the offset and the length of the rose destination address from rose_rebuild_header where arp_find calls neigh_ha_snapshot to set the destination address. Cc: Ralf Baechle Cc: linux-hams@vger.kernel.org Signed-off-by: "Eric W. Biederman" Signed-off-by: David S. Miller --- Reading git-diff-tree failed