commit | 9184d9348a7a0e60d70d5f4c23de79fdbc72b9a3 | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Thu Jan 19 16:22:32 2006 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jan 27 17:08:07 2006 -0500 |
tree | e7211258e23f29de34c39866cfa0933e5d10d2f7 | |
parent | 41a25c616b3140c388ff6009a1cb0b6b06a10f29 [diff] |
[PATCH] ieee80211: Add TKIP crypt->build_iv This patch adds ieee80211 TKIP build_iv() method to support hardwares that can do TKIP encryption but relies on ieee80211 layer to build the IV. It also changes the build_iv() interface to return the key if possible after the IV is built (this is required by TKIP). Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>