Re: [PATCH v7 1/1] ieee802154: MRF24J40 driver

2012-09-05 Thread Alexander Smirnov
Dear colleagues, 2012/9/4 David Miller : > From: Alan Ott > Date: Sun, 2 Sep 2012 21:44:13 -0400 > >> Driver for the Microchip MRF24J40 802.15.4 WPAN module. I wan on vacation so had no possibility to review the code. Alan, thank you for the contribution! >> >> Signed-off-by: Alan Ott > > App

Re: [PATCH] mac802154: fix sparse warning for mac802154_slave_get_priv

2012-07-13 Thread Alexander Smirnov
> Make sparse happy by fixing the following error: >* symbol 'mac802154_slave_get_priv' was not declared. Should it be static? > > Signed-off-by: Silviu-Mihai Popescu > --- > net/mac802154/mib.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Should be already fixed, please try th