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:
parent
9dd7efa4f1
commit
628d3224f9
9 changed files with 8 additions and 53 deletions
|
@ -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?
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue