linux/net/ieee802154
Lennert Buytenhek c032705ebf ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big.
The proper return code for trying to send a packet that exceeds the
outgoing interface's MTU is EMSGSIZE, not EINVAL, so patch ieee802154's
raw_sendmsg() to do the right thing.  (Its dgram_sendmsg() was already
returning EMSGSIZE for this case.)

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-05-26 18:07:39 +02:00
..
2015-05-23 17:57:08 +02:00
2015-05-23 17:57:08 +02:00
2014-11-09 19:50:29 +01:00
2014-11-09 19:50:29 +01:00
2015-05-23 17:57:08 +02:00
2015-05-23 17:57:08 +02:00
2014-10-28 23:19:09 +01:00