Re: [Linux-zigbee-devel] [PATCH 04/14] mac802154: TX data path
From: Alexander Smirnov Date: Mon, 19 Dec 2011 19:33:44 +0300 > +netdev_tx_t mac802154_tx(struct mac802154_priv *priv, struct sk_buff *skb, > + u8 page, u8 chan); Line up these arguments on the second line correctly! If you can't do it properl
[Linux-zigbee-devel] [PATCH 04/14] mac802154: TX data path
Main TX data path implementation between upper and physical layers. Signed-off-by: Alexander Smirnov --- net/mac802154/Makefile|2 +- net/mac802154/mac802154.h |5 ++ net/mac802154/tx.c| 113 + 3 files changed, 119 insertions(+), 1