From: Stefan Richter Date: Sun, 14 Jun 2009 09:47:44 +0000 (+0200) Subject: firewire: net: adjust net_device ops X-Git-Tag: v2.6.31-rc1~46^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1337f8535ac1f41915d9e8aa03d5a3edf2f7c0a5;p=pandora-kernel.git firewire: net: adjust net_device ops The .ndo_tx_timeout callback is currently without function; delete it. Give .watchdog_timeo a proper time value; lower it to 2 seconds. Decrease the .tx_queue_len from 1000 (as in Ethernet card drivers) to 10 because we have only 64 transaction labels available, and responders might have further limits of their AR req contexts. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed