Commit a8d01144 authored by Luca Coelho's avatar Luca Coelho

iwlwifi: mvm: document assoc_beacon_arrive_time

Document the assoc_beacon_arrive_time element in the iwl_mac_data_sta
struct.
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent d167e81a
...@@ -199,6 +199,7 @@ struct iwl_mac_data_ibss { ...@@ -199,6 +199,7 @@ struct iwl_mac_data_ibss {
* @dtim_reciprocal: 2^32 / dtim_interval , applicable only when associated * @dtim_reciprocal: 2^32 / dtim_interval , applicable only when associated
* @listen_interval: in beacon intervals, applicable only when associated * @listen_interval: in beacon intervals, applicable only when associated
* @assoc_id: unique ID assigned by the AP during association * @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 { struct iwl_mac_data_sta {
__le32 is_assoc; __le32 is_assoc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment