From: Alexander Smirnov
Date: Mon, 19 Dec 2011 19:33:43 +0300
> +void ieee802154_rx(struct ieee802154_dev *dev, struct sk_buff *skb, u8 lqi);
> +void ieee802154_rx_irqsafe(struct ieee802154_dev *dev, struct sk_buff *skb,
> + u8 lqi);
Line up the "u8 lqi" argument with the openning pa
Main RX data path implementation between physical and mac layers.
Both contexts are supported: interrupt (data processed via worker)
and non-interrupt (data processed directly).
Signed-off-by: Alexander Smirnov
---
include/net/ieee802154_netdev.h |2 +
include/net/mac802154.h |4