From: Brandon Craig Rhodes Date: Mon, 28 May 2007 16:38:46 +0000 (-0700) Subject: [PATCH] hostap: Allocate enough tailroom for TKIP X-Git-Tag: v2.6.22-rc4~90^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ea3be56adc95b17351221fd95e78115f3b01f4;p=pandora-kernel.git [PATCH] hostap: Allocate enough tailroom for TKIP When hostap_tx_encrypt() tries to allocate enough headroom and tailroom for ieee80211 encryption, it only makes enough room for the "mpdu" phase of the operation, but forgets about the "msdu" phase. (For TKIP, these two phases require, respectively, 4 and 8 bytes of tailroom, per the "ieee80211_crypt_tkip" structure at the bottom of net/ieee80211/ieee80211_crypt_tkip.c.) Signed-off-by: Brandon Craig Rhodes Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed