1 Mar 2007 03:14
[PATCH] d80211: Remove tx_timeout callback
On Wednesday 28 February 2007 15:39, Michael Wu wrote: > This prevents drivers from crashing if there is a TX timeout and the reset > callback isn't implemented. > Actually, I don't think we should bother setting the TX timeout callback at all. -- d80211: Remove tx_timeout callback From: Michael Wu <flamingice@...> This never worked in the first place and we can't use the network watchdog anyway since that checks if the queue is stopped, but wireless devices can have many queues. TX timeouts on virtual interfaces don't really make sense either since they can't stall. Signed-off-by: Michael Wu <flamingice@...> --- net/mac80211/ieee80211.c | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/net/mac80211/ieee80211.c b/net/mac80211/ieee80211.c index bbdf928..cdc8df4 100644 --- a/net/mac80211/ieee80211.c +++ b/net/mac80211/ieee80211.c <at> <at> -2078,19 +2078,6 <at> <at> static int ieee80211_change_mtu_apdev(st }(Continue reading)
RSS Feed