diff options
author | Alexei Starovoitov | 2018-03-28 12:05:35 -0700 |
---|---|---|
committer | Daniel Borkmann | 2018-03-28 22:55:19 +0200 |
commit | 4fe43c2c00349557fdf4e6d61a67ebbe670412b8 (patch) | |
tree | 869e5404d95fa6557eedea8543212aaad1a53114 /include | |
parent | 14624a9387c4d80766d1fdd237b0d110a0a1b43d (diff) |
net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepoint
fix iwlwifi_dev_ucode_error tracepoint to pass pointer to a table
instead of all 17 arguments by value.
dvm/main.c and mvm/utils.c have 'struct iwl_error_event_table'
defined with very similar yet subtly different fields and offsets.
tracepoint is still common and using definition of 'struct iwl_error_event_table'
from dvm/commands.h while copying fields.
Long term this tracepoint probably should be split into two.
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions