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.13-rc1~33^2~27^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d03b4aa77e1187b77dfe37d14a923547f00baa66;p=pandora-kernel.git mwifiex: correct packet length for packets from SDIO interface 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. Cc: Signed-off-by: Avinash Patil Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed