From: David Fries Date: Wed, 9 Apr 2014 03:37:08 +0000 (-0500) Subject: connector: allow multiple messages to be sent in one packet X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~38^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34470e0bfae223e3f22bd2bd6e0e1dac366c9290;p=pandora-kernel.git connector: allow multiple messages to be sent in one packet This increases the amount of bundling to reduce the number of packets sent. For the one wire use there can be multiple struct w1_netlink_cmd in a struct w1_netlink_msg and multiple of those in struct cn_msg, and with this change multiple of those in a struct nlmsghdr, and at each level the len identifies there being multiple of the next. Signed-off-by: David Fries Acked-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed