From: Bing Zhao Date: Wed, 6 Apr 2011 23:46:55 +0000 (-0700) Subject: mwifiex: fix cmd_skb headroom decreasing issue X-Git-Tag: v3.0-rc1~377^2~256^2^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18bf965702058f5f8039e6a46bb5ebaa18d38ebd;p=pandora-kernel.git mwifiex: fix cmd_skb headroom decreasing issue Before calling host_to_card() to send the cmd to firmware, we use skb_push() to add 4 bytes SDIO interface header at the start of the data buffer. Since cmd_skb data structure will be re-used at a later time, we need to restore its headroom by removing the 4 bytes header. Signed-off-by: Bing Zhao Signed-off-by: Marc Yang Signed-off-by: Yogesh Ashok Powar Signed-off-by: John W. Linville --- Reading git-diff-tree failed