commit | 893ce8b1b3d92cbddcf34bb92c7d24720efc7fed | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Feb 18 21:41:31 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Feb 18 11:48:54 2014 -0800 |
tree | 68416c7883b79fbcb40e7a6a5828ebbe6a3d0796 | |
parent | a735f9e22432899cee188d167966782c29246390 [diff] |
Bluetooth: Remove SMP data specific crypto context Now that each HCI device has its own AES crypto context we don't need the one stored in the SMP data any more. This patch removes the variable from struct smp_chan and updates the SMP code to use the per-hdev crypto context. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>