From: Luca Coelho Date: Wed, 10 May 2017 08:24:58 +0000 (+0300) Subject: iwlwifi: mvm: document assoc_beacon_arrive_time X-Git-Tag: Ubuntu-5.2.0-15.16~6552^2~44^2~20^2~6 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a8d011446b4c62f5438b2a9724333c1efedfb26b;p=mirror_ubuntu-eoan-kernel.git iwlwifi: mvm: document assoc_beacon_arrive_time Document the assoc_beacon_arrive_time element in the iwl_mac_data_sta struct. Signed-off-by: Luca Coelho --- diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/fw-api-mac.h b/drivers/net/wireless/intel/iwlwifi/mvm/fw-api-mac.h index aa5aaf7c940d..1d970bf0d735 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/fw-api-mac.h +++ b/drivers/net/wireless/intel/iwlwifi/mvm/fw-api-mac.h @@ -199,6 +199,7 @@ struct iwl_mac_data_ibss { * @dtim_reciprocal: 2^32 / dtim_interval , applicable only when associated * @listen_interval: in beacon intervals, applicable only when associated * @assoc_id: unique ID assigned by the AP during association + * @assoc_beacon_arrive_time: TSF of first beacon after association */ struct iwl_mac_data_sta { __le32 is_assoc;