From: Stephen Hemminger Date: Wed, 14 Dec 2005 23:47:46 +0000 (-0800) Subject: [PATCH] skge: handle out of memory on MTU size changes X-Git-Tag: v2.6.16-rc1~474^2~22^2~7^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7731a4ea1bbb7c9336bcdec8ef4050cf08a35268;p=pandora-kernel.git [PATCH] skge: handle out of memory on MTU size changes Changing the MTU size causes the receiver to have to reallocate buffers. If this allocation fails, then we need to return an error, and take the device offline. It can then be brought back up or reconfigured for a smaller MTU. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed