diff options
author | Matti Gottlieb <matti.gottlieb@intel.com> | 2013-07-30 16:29:37 +0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-08-06 12:30:21 +0400 |
commit | 3848ab66827bddd7eb760c58dec909f0af1c00a5 (patch) | |
tree | 84d2257b8367df3a63106b230276fe3096ebc028 /drivers/net/wireless/iwlwifi/mvm/mvm.h | |
parent | 147fc9be81d10e6e863323c0b54e140b42fd1ed6 (diff) | |
download | linux-3848ab66827bddd7eb760c58dec909f0af1c00a5.tar.xz |
iwlwifi: mvm: Add RX statistics debugfs entry
Add a debugfs entry for the RX statistics received from
the firmware.
Signed-off-by: Matti Gottlieb <matti.gottlieb@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/mvm.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/mvm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mvm.h b/drivers/net/wireless/iwlwifi/mvm/mvm.h index 5dc5dfde916e..76f6a1fdf668 100644 --- a/drivers/net/wireless/iwlwifi/mvm/mvm.h +++ b/drivers/net/wireless/iwlwifi/mvm/mvm.h @@ -421,6 +421,8 @@ struct iwl_mvm { struct iwl_notif_wait_data notif_wait; + struct mvm_statistics_rx rx_stats; + unsigned long transport_queue_stop; u8 queue_to_mac80211[IWL_MAX_HW_QUEUES]; atomic_t queue_stop_count[IWL_MAX_HW_QUEUES]; |