From: Brian Cavagnolo Date: Tue, 13 May 2008 12:54:59 +0000 (+0100) Subject: libertas: fix command timeout after firmware failure X-Git-Tag: v2.6.26-rc4~91^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02969d296e91626d9942ea15f8a95fe056025ef1;p=pandora-kernel.git libertas: fix command timeout after firmware failure This is a fix for OLPC ticket #6586: "SCAN command fails, timer doesn't fire". In fact, the timer was firing; the problem was that the dnld_sent state variable was not being updated after the timer expired, so lbs_execute_next_command was not being called. Signed-off-by: Brian Cavagnolo Signed-off-by: Javier Cardona Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed