From: Avinash Patil Date: Tue, 5 Nov 2013 23:01:44 +0000 (-0800) Subject: mwifiex: correct packet length for packets from SDIO interface X-Git-Tag: v3.2.54~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb8633cb1169a294c7c9bbefa0d3a442b48c31a;p=pandora-kernel.git mwifiex: correct packet length for packets from SDIO interface commit d03b4aa77e1187b77dfe37d14a923547f00baa66 upstream. While receiving a packet on SDIO interface, we allocate skb with size multiple of SDIO block size. We need to resize this skb after RX using packet length from RX header. Signed-off-by: Avinash Patil Signed-off-by: Bing Zhao Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed