|
@@ -401,23 +401,24 @@ struct iwl3945_rx_queue {
|
|
|
#define MIN_B_CHANNELS 1
|
|
|
|
|
|
#define STATUS_HCMD_ACTIVE 0 /* host command in progress */
|
|
|
-#define STATUS_INT_ENABLED 1
|
|
|
-#define STATUS_RF_KILL_HW 2
|
|
|
-#define STATUS_RF_KILL_SW 3
|
|
|
-#define STATUS_INIT 4
|
|
|
-#define STATUS_ALIVE 5
|
|
|
-#define STATUS_READY 6
|
|
|
-#define STATUS_TEMPERATURE 7
|
|
|
-#define STATUS_GEO_CONFIGURED 8
|
|
|
-#define STATUS_EXIT_PENDING 9
|
|
|
-#define STATUS_IN_SUSPEND 10
|
|
|
-#define STATUS_STATISTICS 11
|
|
|
-#define STATUS_SCANNING 12
|
|
|
-#define STATUS_SCAN_ABORTING 13
|
|
|
-#define STATUS_SCAN_HW 14
|
|
|
-#define STATUS_POWER_PMI 15
|
|
|
-#define STATUS_FW_ERROR 16
|
|
|
-#define STATUS_CONF_PENDING 17
|
|
|
+#define STATUS_HCMD_SYNC_ACTIVE 1 /* sync host command in progress */
|
|
|
+#define STATUS_INT_ENABLED 2
|
|
|
+#define STATUS_RF_KILL_HW 3
|
|
|
+#define STATUS_RF_KILL_SW 4
|
|
|
+#define STATUS_INIT 5
|
|
|
+#define STATUS_ALIVE 6
|
|
|
+#define STATUS_READY 7
|
|
|
+#define STATUS_TEMPERATURE 8
|
|
|
+#define STATUS_GEO_CONFIGURED 9
|
|
|
+#define STATUS_EXIT_PENDING 10
|
|
|
+#define STATUS_IN_SUSPEND 11
|
|
|
+#define STATUS_STATISTICS 12
|
|
|
+#define STATUS_SCANNING 13
|
|
|
+#define STATUS_SCAN_ABORTING 14
|
|
|
+#define STATUS_SCAN_HW 15
|
|
|
+#define STATUS_POWER_PMI 16
|
|
|
+#define STATUS_FW_ERROR 17
|
|
|
+#define STATUS_CONF_PENDING 18
|
|
|
|
|
|
#define MAX_TID_COUNT 9
|
|
|
|