diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 03cfb74da2bc..ca42ffa63ed7 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -2964,9 +2964,15 @@ struct iwl3945_scan_cmd { | |||
2964 | u8 data[0]; | 2964 | u8 data[0]; |
2965 | } __packed; | 2965 | } __packed; |
2966 | 2966 | ||
2967 | enum iwl_scan_flags { | ||
2968 | /* BIT(0) currently unused */ | ||
2969 | IWL_SCAN_FLAGS_ACTION_FRAME_TX = BIT(1), | ||
2970 | /* bits 2-7 reserved */ | ||
2971 | }; | ||
2972 | |||
2967 | struct iwl_scan_cmd { | 2973 | struct iwl_scan_cmd { |
2968 | __le16 len; | 2974 | __le16 len; |
2969 | u8 reserved0; | 2975 | u8 scan_flags; /* scan flags: see enum iwl_scan_flags */ |
2970 | u8 channel_count; /* # channels in channel list */ | 2976 | u8 channel_count; /* # channels in channel list */ |
2971 | __le16 quiet_time; /* dwell only this # millisecs on quiet channel | 2977 | __le16 quiet_time; /* dwell only this # millisecs on quiet channel |
2972 | * (only for active scan) */ | 2978 | * (only for active scan) */ |