From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Drake Subject: Re: Frequent spurious tx_timeouts for libertas Date: Mon, 2 May 2011 21:01:04 +0100 Message-ID: References: <1304303082.2833.159.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, libertas-dev-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-wireless To: Ben Hutchings Return-path: In-Reply-To: Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On 2 May 2011 20:59, Daniel Drake wrote: > dev->trans_start is unconditionally initialized by dev_activate() in > sch_generic.c: Also, many drivers (including libertas) set it in their tx_timeout handlers: dev->trans_start = jiffies; /* prevent tx timeout */ I don't understand why (the TX timeout has already occurred, it can't be prevented at that stage). Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html