From: Hong Liu Date: Wed, 21 Jun 2006 03:35:08 +0000 (+0800) Subject: [PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ieee80211_... X-Git-Tag: v2.6.18-rc1~6^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b301536694facb93f597281580f5ad907d36050;p=pandora-kernel.git [PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ieee80211_tx_frame We should preallocate IV+ICV space when encrypting the frame. Currently no problem shows up just because dev_alloc_skb aligns the data len to SMP_CACHE_BYTES which can be used for ICV. Signed-off-by: Hong Liu Signed-off-by: John W. Linville --- Reading git-diff-tree failed