Browse Source

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 <luciano.coelho@intel.com>
Luca Coelho 8 years ago
parent
commit
a8d011446b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/wireless/intel/iwlwifi/mvm/fw-api-mac.h

+ 1 - 0
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;