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
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
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
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
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
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 |
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
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 +