bluetooth: controller: removing 'empty' TODO's from refactored LLCP

Cleanup, removing TODOs that should just be removed

Signed-off-by: Erik Brockhoff <erbr@oticon.com>
This commit is contained in:
Erik Brockhoff 2022-03-07 13:55:11 +01:00 committed by Carles Cufí
commit 628d3224f9
9 changed files with 8 additions and 53 deletions

View file

@ -56,14 +56,8 @@ struct llcp_enc {
/* NOTE: To save memory, SKD(m|s) and IV(m|s) are
* generated just-in-time for PDU enqueuing and are
* therefore not present in this structure.
*/
/* TODO(thoh): Do we want a version without JIT vector
* generation?
*/
/* TODO(thoh): Optimize memory layout.
* * Overlay memory?
* Further candidates for optimizing memory layout.
* * Overlay memory
* * Repurpose memory used by lll.ccm_tx/rx?
*/