kernel-ark/net/mac802154
Alan Ott e937f583ec mac802154: Increase tx_buffer_len
Increase the buffer length from 10 to 300 packets. Consider that traffic on
mac802154 devices will often be 6LoWPAN, and a full-length (1280 octet)
IPv6 packet will fragment into 15 6LoWPAN fragments (because the MTU of
IEEE 802.15.4 is 127).  A 300-packet queue is really 20 full-length IPv6
packets.

With a queue length of 10, an entire IPv6 packet was unable to get queued
at one time, causing fragments to be dropped, and making reassembly
impossible.

Signed-off-by: Alan Ott <alan@signal11.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-07 17:06:43 -04:00
..
ieee802154_dev.c mac802154: fix destructon ordering for ieee802154 devices 2012-12-14 13:14:07 -05:00
Kconfig net/mac802154: remove depends on CONFIG_EXPERIMENTAL 2013-01-11 11:40:01 -08:00
mac802154.h mac802154: Do not try to resend failed packets 2013-04-07 17:06:43 -04:00
mac_cmd.c mac802154: add mac802154_dev_get_dsn() 2013-03-26 12:37:58 -04:00
Makefile mac802154: add wpan device-class support 2012-06-26 21:06:11 -07:00
mib.c mac802154: add mac802154_dev_get_dsn() 2013-03-26 12:37:58 -04:00
monitor.c mac802154: monitor device support 2012-05-16 15:17:08 -04:00
rx.c mac802154: add wpan device-class support 2012-06-26 21:06:11 -07:00
tx.c mac802154: Use netif flow control 2013-04-07 17:06:43 -04:00
wpan.c mac802154: Increase tx_buffer_len 2013-04-07 17:06:43 -04:00