|
@@ -185,28 +185,4 @@ const char *get_cmd_string(u8 cmd);
|
|
|
|
|
|
#define IWL_CMD(x) case x: return #x
|
|
|
|
|
|
-/*****************************************************
|
|
|
-* DRIVER STATUS FUNCTIONS
|
|
|
-******************************************************/
|
|
|
-#define STATUS_HCMD_ACTIVE 0 /* host command in progress */
|
|
|
-/* 1 is unused (used to be STATUS_HCMD_SYNC_ACTIVE) */
|
|
|
-#define STATUS_INT_ENABLED 2
|
|
|
-#define STATUS_RF_KILL_HW 3
|
|
|
-#define STATUS_CT_KILL 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_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_DEVICE_ENABLED 18
|
|
|
-#define STATUS_CHANNEL_SWITCH_PENDING 19
|
|
|
-#define STATUS_SCAN_COMPLETE 20
|
|
|
-
|
|
|
#endif /* #__iwl_shared_h__ */
|