commit | 4b301536694facb93f597281580f5ad907d36050 | [log] [tgz] |
---|---|---|
author | Hong Liu <hong.liu@intel.com> | Wed Jun 21 11:35:08 2006 +0800 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Jul 05 13:42:57 2006 -0400 |
tree | 7fe6aca074a37084e4c15a1438a6cedae1497108 | |
parent | a1d79aaaa564abc19b7bf3a024bb371fa7648a15 [diff] |
[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 <hong.liu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>