Re: [Linux-zigbee-devel] [PATCH 3/6] mac802154: Use netif flow control

2013-04-02 Thread Sergei Shtylyov
Hello. On 04/02/2013 10:47 PM, Alan Ott wrote: > Use netif_stop_queue() and netif_wake_queue() to control the flow of > packets to mac802154 devices. Since many IEEE 802.15.4 devices have no > output buffer, and since the mac802154 xmit() function is designed to > block, netif_stop_queue() is ca

Re: [Linux-zigbee-devel] [PATCH v2 net-next 08/12] 6lowpan: store fragment tag values per device instead of net stack wide

2013-04-02 Thread Sergei Shtylyov
Hello. On 26-03-2013 7:59, Tony Cheneau wrote: > Signed-off-by: Tony Cheneau > --- > net/ieee802154/6lowpan.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c > index 61eee9d..f952451 100644 > --- a/net/ieee80

Re: [Linux-zigbee-devel] [PATCH] Net: mac802154: comparing issue by type cast, finding by EXTRA_CFLAGS=-W

2013-04-22 Thread Sergei Shtylyov
Hello. On 22-04-2013 10:41, Chen Gang wrote: >need change ~(u8)0 to 0xff, >or in mac802154_wpan_xmit(), "u8 chan" will never == MAC802154_CHAN_NONE >find it by "make EXTRA_CFLAGS=-W" > net/mac802154/wpan.c:325:2: warning: comparison is always false > due to limited range of

Re: [Linux-zigbee-devel] [PATCH net-next 5/5] 6lowpan: remove unecessary break

2013-10-25 Thread Sergei Shtylyov
Hello. On 25-10-2013 7:28, Alexander Smirnov wrote: >> Signed-off-by: Alexander Aring >> Reviewed-by: Werner Almesberger >> --- >> net/ieee802154/6lowpan.c | 1 - >> 1 file changed, 1 deletion(-) >> diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c >> index e15b101..09350f1 10064

Re: [Linux-zigbee-devel] [PATCH net-next 04/10] ieee802154: support 100kbps QPSK/EU in at86rf230

2014-02-12 Thread Sergei Shtylyov
Hello. On 02/12/2014 07:37 PM, Phoebe Buckheister wrote: > The standard assigns channel 0 on page 2 to be 100kbps QPSK in the > 868.3MHz band. Add support to the at86rf230 driver for this channel and > page, at the moment predicated only for the RF212 chip. > Per the datasheet, configurations fo

Re: [Linux-zigbee-devel] [PATCH 1/2] at86rf230: add help and 212 to Kconfig menu entry

2014-03-04 Thread Sergei Shtylyov
Hello. On 03/04/2014 01:22 PM, Alexander Aring wrote: > Since commit e035b8addc544c2b4de2f8b0326ba7939abd9541 we support at86rf212 Please also specify that commit's summary line in parens. > aswell. As well. > Signed-off-by: Alexander Aring > --- > drivers/net/ieee802154/Kconfig |

Re: [Linux-zigbee-devel] [PATCH net-next 1/2] 6lowpan: reassembly: fix return of init function

2014-03-05 Thread Sergei Shtylyov
Hello. On 03/05/2014 11:43 PM, Alexander Aring wrote: > This patch adds a missing return after fragmentation init. Otherwise we > register a sysctl interface and deregister it afterwards which makes no > sense. > Signed-off-by: Alexander Aring > --- > net/ieee802154/reassembly.c | 2 ++ > 1

Re: [Linux-zigbee-devel] [PATCH net-next 1/2] 6lowpan: reassembly: fix return of init function

2014-03-06 Thread Sergei Shtylyov
Hello. On 06-03-2014 9:44, Alexander Aring wrote: >>> This patch adds a missing return after fragmentation init. Otherwise we >>> register a sysctl interface and deregister it afterwards which makes no >>> sense. >>> Signed-off-by: Alexander Aring >>> --- >>> net/ieee802154/reassembly.c | 2 +