On Thu, 2024-12-19 at 11:35 +0530, Kavita Kavita wrote: > > The for_each_subchan() macro will not work for this. When sub channel is > null, it will terminate the loop, but in this case, we should continue > checking other sub channels. Wait, I'm confused by what you're saying here. The for_each_subchan() macro should iterate over all enabled (not punctured) subchannels, so why would it not be applicable here? johannes