diff options
author | Moshe Harel <moshe.harel@intel.com> | 2015-09-02 12:45:12 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2015-10-05 14:33:32 +0300 |
commit | 91fac940896b345d10e503ed7e1f54f85b3b9318 (patch) | |
tree | fc541fe012adf79cda54bf4619d6272d18bf92e6 /drivers/net/wireless/iwlwifi/mvm/mvm.h | |
parent | e6c21be665cab08325ee1f99e76497b5ffa924a9 (diff) | |
download | linux-91fac940896b345d10e503ed7e1f54f85b3b9318.tar.xz |
iwlwifi: nvm: add nvm phy_sku section to debugfs
The only NVM section not captured in debugfs.
Signed-off-by: Moshe Harel <moshe.harel@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/mvm.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/mvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mvm.h b/drivers/net/wireless/iwlwifi/mvm/mvm.h index 99182df47e8b..f4e22f5a29d1 100644 --- a/drivers/net/wireless/iwlwifi/mvm/mvm.h +++ b/drivers/net/wireless/iwlwifi/mvm/mvm.h @@ -688,6 +688,7 @@ struct iwl_mvm { struct debugfs_blob_wrapper nvm_sw_blob; struct debugfs_blob_wrapper nvm_calib_blob; struct debugfs_blob_wrapper nvm_prod_blob; + struct debugfs_blob_wrapper nvm_phy_sku_blob; struct iwl_mvm_frame_stats drv_rx_stats; spinlock_t drv_stats_lock; |