diff options
author | Sara Sharon <sara.sharon@intel.com> | 2016-04-10 15:06:55 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2016-07-06 02:08:57 +0300 |
commit | 988b59684d7681bfb4eb508eeed3abb2bfde7af6 (patch) | |
tree | 0e784884943d948d94ae671dcf9733882ef51533 /drivers/net/wireless/intel/iwlwifi/mvm/sta.h | |
parent | 2a53d166c464d7b51d6f7204d445fc0254b25f51 (diff) | |
download | kernel_replicant_linux-988b59684d7681bfb4eb508eeed3abb2bfde7af6.tar.gz kernel_replicant_linux-988b59684d7681bfb4eb508eeed3abb2bfde7af6.tar.bz2 kernel_replicant_linux-988b59684d7681bfb4eb508eeed3abb2bfde7af6.zip |
iwlwifi: mvm: support new statistics notification
For 9000 family we will get extended statistics notification
with averaged data for RSSI, TCM and rogue AP detection.
Support it. Future patches will added the required algorithms.
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/sta.h')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/sta.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.h b/drivers/net/wireless/intel/iwlwifi/mvm/sta.h index 1588eb63b7ec..bbc1cab2c3bf 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/sta.h +++ b/drivers/net/wireless/intel/iwlwifi/mvm/sta.h @@ -438,6 +438,7 @@ struct iwl_mvm_sta { bool tlc_amsdu; u8 agg_tids; u8 sleep_tx_count; + u8 avg_energy; }; static inline struct iwl_mvm_sta * |