]> git.karo-electronics.de Git - linux-beck.git/commitdiff
iwlwifi: mvm: add firmware API name comment
authorJohannes Berg <johannes.berg@intel.com>
Wed, 30 Mar 2016 09:57:01 +0000 (11:57 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 10 May 2016 19:14:41 +0000 (22:14 +0300)
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>
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-d3.h

index eec52c57f71831014d550c917f5452015373d5fd..5f22cc7ac26a167b05b72759dc53fa0c4d216a2e 100644 (file)
@@ -368,7 +368,7 @@ struct iwl_wowlan_gtk_status {
        u8 decrypt_key[16];
        u8 tkip_mic_key[8];
        struct iwl_wowlan_rsc_tsc_params_cmd rsc;
-} __packed;
+} __packed; /* WOWLAN_GTK_MATERIAL_VER_1 */
 
 struct iwl_wowlan_status {
        struct iwl_wowlan_gtk_status gtk;