File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
drivers/net/wireless/intel/iwlwifi/mvm Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2119,6 +2119,17 @@ static void iwl_op_mode_mvm_time_point(struct iwl_op_mode *op_mode,
2119
2119
iwl_dbg_tlv_time_point (& mvm -> fwrt , tp_id , tp_data );
2120
2120
}
2121
2121
2122
+ static void iwl_mvm_dump (struct iwl_op_mode * op_mode )
2123
+ {
2124
+ struct iwl_mvm * mvm = IWL_OP_MODE_GET_MVM (op_mode );
2125
+ struct iwl_fw_runtime * fwrt = & mvm -> fwrt ;
2126
+
2127
+ if (!iwl_trans_fw_running (fwrt -> trans ))
2128
+ return ;
2129
+
2130
+ iwl_dbg_tlv_time_point (fwrt , IWL_FW_INI_TIME_POINT_USER_TRIGGER , NULL );
2131
+ }
2132
+
2122
2133
#ifdef CONFIG_PM_SLEEP
2123
2134
static void iwl_op_mode_mvm_device_powered_off (struct iwl_op_mode * op_mode )
2124
2135
{
@@ -2181,4 +2192,5 @@ static const struct iwl_op_mode_ops iwl_mvm_ops_mq = {
2181
2192
IWL_MVM_COMMON_OPS ,
2182
2193
.rx = iwl_mvm_rx_mq ,
2183
2194
.rx_rss = iwl_mvm_rx_mq_rss ,
2195
+ .dump = iwl_mvm_dump ,
2184
2196
};
You can’t perform that action at this time.
0 commit comments