diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.h | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h index d7ccf13b875d..ac1226946aa6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h | |||
@@ -401,23 +401,24 @@ struct iwl3945_rx_queue { | |||
401 | #define MIN_B_CHANNELS 1 | 401 | #define MIN_B_CHANNELS 1 |
402 | 402 | ||
403 | #define STATUS_HCMD_ACTIVE 0 /* host command in progress */ | 403 | #define STATUS_HCMD_ACTIVE 0 /* host command in progress */ |
404 | #define STATUS_INT_ENABLED 1 | 404 | #define STATUS_HCMD_SYNC_ACTIVE 1 /* sync host command in progress */ |
405 | #define STATUS_RF_KILL_HW 2 | 405 | #define STATUS_INT_ENABLED 2 |
406 | #define STATUS_RF_KILL_SW 3 | 406 | #define STATUS_RF_KILL_HW 3 |
407 | #define STATUS_INIT 4 | 407 | #define STATUS_RF_KILL_SW 4 |
408 | #define STATUS_ALIVE 5 | 408 | #define STATUS_INIT 5 |
409 | #define STATUS_READY 6 | 409 | #define STATUS_ALIVE 6 |
410 | #define STATUS_TEMPERATURE 7 | 410 | #define STATUS_READY 7 |
411 | #define STATUS_GEO_CONFIGURED 8 | 411 | #define STATUS_TEMPERATURE 8 |
412 | #define STATUS_EXIT_PENDING 9 | 412 | #define STATUS_GEO_CONFIGURED 9 |
413 | #define STATUS_IN_SUSPEND 10 | 413 | #define STATUS_EXIT_PENDING 10 |
414 | #define STATUS_STATISTICS 11 | 414 | #define STATUS_IN_SUSPEND 11 |
415 | #define STATUS_SCANNING 12 | 415 | #define STATUS_STATISTICS 12 |
416 | #define STATUS_SCAN_ABORTING 13 | 416 | #define STATUS_SCANNING 13 |
417 | #define STATUS_SCAN_HW 14 | 417 | #define STATUS_SCAN_ABORTING 14 |
418 | #define STATUS_POWER_PMI 15 | 418 | #define STATUS_SCAN_HW 15 |
419 | #define STATUS_FW_ERROR 16 | 419 | #define STATUS_POWER_PMI 16 |
420 | #define STATUS_CONF_PENDING 17 | 420 | #define STATUS_FW_ERROR 17 |
421 | #define STATUS_CONF_PENDING 18 | ||
421 | 422 | ||
422 | #define MAX_TID_COUNT 9 | 423 | #define MAX_TID_COUNT 9 |
423 | 424 | ||