From: Alan Ott Date: Wed, 3 Apr 2013 04:00:57 +0000 (+0000) Subject: mac802154: Increase tx_buffer_len X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e937f583ec3a40cccd480b40d8c6d54751781587;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed