Commit 44bbdd0
Bluetooth: controller: Fix llcp_rx check assert
If LL Connection Parameter Request or LL Connection Update
or LL PHY Update procedure is started by the local device
while a LL Length Update Request PDU has been sent by peer
then a Rx node has been stored in the llcp_rx place holder
for generation of Length Update procedure complete.
The failing assert check is incorrect in the above scenario
hence remove. Instead a missing append of the allocated Rx
node to the llcp_rx list has been added to the controller
implementation.
This issue relates to commit d12c53f ("Bluetooth:
controller: split: Fix missing data len update event").
Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>1 parent c8b0b1a commit 44bbdd0
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2125 | 2125 | | |
2126 | 2126 | | |
2127 | 2127 | | |
2128 | | - | |
2129 | | - | |
2130 | 2128 | | |
2131 | 2129 | | |
2132 | 2130 | | |
| |||
2138 | 2136 | | |
2139 | 2137 | | |
2140 | 2138 | | |
| 2139 | + | |
2141 | 2140 | | |
2142 | 2141 | | |
2143 | 2142 | | |
| |||
3463 | 3462 | | |
3464 | 3463 | | |
3465 | 3464 | | |
3466 | | - | |
3467 | | - | |
3468 | 3465 | | |
3469 | 3466 | | |
3470 | 3467 | | |
| |||
0 commit comments