commit | 6810facffa98493bf1e5e169c4fa9be9959027f9 | [log] [tgz] |
---|---|---|
author | Vinayak Kariappa Chettimada <vich@nordicsemi.no> | Fri Jun 25 00:32:33 2021 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 29 17:05:20 2021 -0400 |
tree | c81b728406cb34550c2446893645a3a141d73973 | |
parent | ecf710617782f3098c2358d57841c5601120c977 [diff] |
Bluetooth: Controller: Fix free rx buffer MFIFO enqueue Replace the post decrement in loop's conditional into explicit decrement inside the loop so as to avoid decrementing the maximum count without enqueueing free rx buffers into the free rx buffer MFIFO. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>