]> Pileus Git - ~andy/linux/commit
[PATCH] bonding: Don't mangle LACPDUs
authorJay Vosburgh <fubar@us.ibm.com>
Sat, 23 Sep 2006 04:55:32 +0000 (21:55 -0700)
committerJeff Garzik <jeff@garzik.org>
Tue, 26 Sep 2006 00:08:09 +0000 (20:08 -0400)
commit89cc76f95af3608d83a1d70b3c76b71ffe66e1f7
treea2d0c16ffd5850087885287eab98d0f0feb9e6a6
parentf5b2b966f032f22d3a289045a5afd4afa09f09c6
[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 <fubar@us.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/bonding/bond_3ad.c