From: Bjørn Mork Date: Mon, 22 Oct 2012 10:56:34 +0000 (+0000) Subject: net: cdc_ncm: refactoring for tx multiplexing X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~590 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78b7c58665748aa775e86e0e49798b9f34a1dc9;p=pandora-kernel.git net: cdc_ncm: refactoring for tx multiplexing Adding multiplexed NDP support to cdc_ncm_fill_tx_frame, allowing transmissions of multiple independent sessions within the same NTB. Refactoring the code quite a bit to avoid having to store copies of multiple NDPs being prepared for tx. The old code would still reserve enough room for a maximum sized NDP in the skb so we might as well keep them in the skb while they are being prepared. Signed-off-by: Bjørn Mork Signed-off-by: David S. Miller --- Reading git-diff-tree failed