From: Jay Vosburgh Date: Sat, 23 Sep 2006 04:55:32 +0000 (-0700) Subject: [PATCH] bonding: Don't mangle LACPDUs X-Git-Tag: v2.6.19-rc1~897^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89cc76f95af3608d83a1d70b3c76b71ffe66e1f7;p=pandora-kernel.git [PATCH] bonding: Don't mangle LACPDUs Fixed handling of 802.3ad LACPDUs. Do not byte swap data in place in the packet. Updated nomenclature of "__ntohs_lacpdu" to be "htons"; it was previously used for both ntohs and htons operations, but only called ntohs functions. Signed-off-by: Jay Vosburgh Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed