commit | 1337f8535ac1f41915d9e8aa03d5a3edf2f7c0a5 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Jun 14 11:47:44 2009 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Jun 14 14:26:29 2009 +0200 |
tree | 87e11b5184d1a5df659d90fb4cd48183043b247f | |
parent | 156ce867a6725ea8a24b452469a6dc9f3fa6a161 [diff] |
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 <stefanr@s5r6.in-berlin.de>