Re: [Linux-zigbee-devel] [PATCH] ieee802154: pass destination address in dgram_sendmsg

2013-03-13 Thread Alan Ott
On 03/13/2013 03:57 AM, Wolf-Bastian Pöttner wrote: > This patch lets dgram_sendmsg determine the destination address > based on if the socket has been connect()ed before. If so, the > address passed to connect() is used. Otherwise, the address > passed to sendto() is used as destination. This con

Re: [Linux-zigbee-devel] [PATCH] ieee802154: pass destination address in dgram_sendmsg

2013-03-13 Thread Alan Ott
On 03/13/2013 04:03 AM, Alexander Smirnov wrote: > if you have several patches for the same topic - please send them once > in one patch-set, do not annoy other developers by updating their > mailbox once per 15 minutes. Hi Alex, While this is normally good advice, I think in this case he's ok, s

Re: [Linux-zigbee-devel] [PATCH] ieee802154: pass destination address in dgram_sendmsg

2013-03-13 Thread Alexander Smirnov
Dear Wolf-Bastian, if you have several patches for the same topic - please send them once in one patch-set, do not annoy other developers by updating their mailbox once per 15 minutes. Alex 2013/3/13 Wolf-Bastian Pöttner : > This patch lets dgram_sendmsg determine the destination address > based

[Linux-zigbee-devel] [PATCH] ieee802154: pass destination address in dgram_sendmsg

2013-03-13 Thread Wolf-Bastian Pöttner
This patch lets dgram_sendmsg determine the destination address based on if the socket has been connect()ed before. If so, the address passed to connect() is used. Otherwise, the address passed to sendto() is used as destination. Signed-off-by: Wolf-Bastian Pöttner --- net/ieee802154/dgram.c |