iwlagn: extend host command timeout
authorJohannes Berg <[email protected]>
Wed, 22 Jun 2011 13:39:43 +0000 (06:39 -0700)
committerWey-Yi Guy <[email protected]>
Fri, 24 Jun 2011 18:54:36 +0000 (11:54 -0700)
We've infrequently seen timeouts, make the wait time
match the windows driver; hopefully our driver is
just too impatient.

Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Wey-Yi Guy <[email protected]>
drivers/net/wireless/iwlwifi/iwl-hcmd.c

index 7cdb1ec73b54b7a40f015a64ec1bd8bc2861951c..e3e5fb614178070b086c73bd3a9656ef0d977cce 100644 (file)
@@ -113,7 +113,7 @@ const char *get_cmd_string(u8 cmd)
        }
 }
 
-#define HOST_COMPLETE_TIMEOUT (HZ / 2)
+#define HOST_COMPLETE_TIMEOUT (2 * HZ)
 
 static void iwl_generic_cmd_callback(struct iwl_priv *priv,
                                     struct iwl_device_cmd *cmd,