drivers: ieee802154: b91: fix status variable type in RX ISR
The status variable stores the return value of `net_recv_data`, which
is an `int` and may be negative.
Signed-off-by:
Martin Jäger <martin@libre.solar>
Loading
Please sign in to comment