commit | a8286911881948c7a2ecc63ee4224c258cce2da3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Mar 12 13:49:14 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Mar 13 14:54:17 2012 -0400 |
tree | a35566503b81c654db55857f42fe9664d0aab3af | |
parent | 617bbde878604adfcd557fc2a8952f77ab4ebd95 [diff] |
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>