diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965-commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965-commands.h b/drivers/net/wireless/iwlwifi/iwl-4965-commands.h index 1025ffeb8fa8..085d8137bfb8 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965-commands.h | |||
@@ -741,6 +741,7 @@ struct iwl4965_qosparam_cmd { | |||
741 | /* wep key in STA: 5-bytes (0) or 13-bytes (1) */ | 741 | /* wep key in STA: 5-bytes (0) or 13-bytes (1) */ |
742 | #define STA_KEY_FLG_KEY_SIZE_MSK __constant_cpu_to_le16(0x1000) | 742 | #define STA_KEY_FLG_KEY_SIZE_MSK __constant_cpu_to_le16(0x1000) |
743 | #define STA_KEY_MULTICAST_MSK __constant_cpu_to_le16(0x4000) | 743 | #define STA_KEY_MULTICAST_MSK __constant_cpu_to_le16(0x4000) |
744 | #define STA_KEY_MAX_NUM 8 | ||
744 | 745 | ||
745 | /* Flags indicate whether to modify vs. don't change various station params */ | 746 | /* Flags indicate whether to modify vs. don't change various station params */ |
746 | #define STA_MODIFY_KEY_MASK 0x01 | 747 | #define STA_MODIFY_KEY_MASK 0x01 |