mac80211: linearize SKBs as needed for crypto
authorJohannes Berg <johannes.berg@intel.com>
Mon, 12 Mar 2012 12:49:14 +0000 (13:49 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 13 Mar 2012 18:54:17 +0000 (14:54 -0400)
commita8286911881948c7a2ecc63ee4224c258cce2da3
treea35566503b81c654db55857f42fe9664d0aab3af
parent617bbde878604adfcd557fc2a8952f77ab4ebd95
mac80211: linearize SKBs as needed for crypto

Not linearizing every SKB will help actually pass
non-linear SKBs all the way up when on an encrypted
connection. For now, linearize TKIP completely as
it is lower performance and I don't quite grok all
the details.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c
net/mac80211/wep.c
net/mac80211/wpa.c