Browse Source

iwlwifi: mvm: add firmware API name comment

Add the firmware API name to the struct iwl_wowlan_gtk_status.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Johannes Berg 9 years ago
parent
commit
2dd493434d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/intel/iwlwifi/mvm/fw-api-d3.h

+ 1 - 1
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-d3.h

@@ -368,7 +368,7 @@ struct iwl_wowlan_gtk_status {
 	u8 decrypt_key[16];
 	u8 decrypt_key[16];
 	u8 tkip_mic_key[8];
 	u8 tkip_mic_key[8];
 	struct iwl_wowlan_rsc_tsc_params_cmd rsc;
 	struct iwl_wowlan_rsc_tsc_params_cmd rsc;
-} __packed;
+} __packed; /* WOWLAN_GTK_MATERIAL_VER_1 */
 
 
 struct iwl_wowlan_status {
 struct iwl_wowlan_status {
 	struct iwl_wowlan_gtk_status gtk;
 	struct iwl_wowlan_gtk_status gtk;