UPSTREAM: mwifiex: correction in status codes used for association failure
[cascardo/linux.git] / drivers / net / wireless / mwifiex / fw.h
index 0d2f1c9..737f3d8 100644 (file)
@@ -257,6 +257,9 @@ enum ENH_PS_MODES {
 #define HOST_SLEEP_CFG_GPIO_DEF                0xff
 #define HOST_SLEEP_CFG_GAP_DEF         0
 
+#define MWIFIEX_TIMEOUT_FOR_AP_RESP            0xfffc
+#define MWIFIEX_STATUS_CODE_AUTH_TIMEOUT       2
+
 #define CMD_F_HOSTCMD           (1 << 0)
 #define CMD_F_CANCELED          (1 << 1)