Skip to content
Snippets Groups Projects
Commit 4b301536 authored by Hong Liu's avatar Hong Liu Committed by Jeff Garzik
Browse files

[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: default avatarHong Liu <hong.liu@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent a1d79aaa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment