Hi, On 11/08/2026 at 01:03:59 GMT, Fan Wu <[email protected]> wrote:
> The FIFOP interrupt was requested before cc2520_register(), so a failed > registration could still have let the FIFOP handler queue RX work. Really? How? SRXON is only set in ->start(), which means radio is off until the user asks for it, which can only happen after proper netdev registration. It feels like the rest of this commit is pure AI hallucination, so I'll stop there. Thanks, Miquèl

