linux/drivers/net/wireless/intel/iwlwifi/dvm
Alexei Starovoitov 4fe43c2c00 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>
2018-03-28 22:55:19 +02:00
..
agn.h
calib.c
calib.h
commands.h iwlwifi: remove references to unsupported HW 2017-08-09 21:14:43 +03:00
debugfs.c iwlwifi: unify external & internal modparam names 2017-06-29 13:26:25 +03:00
dev.h iwlwifi: move notification wait into fw/ 2017-06-29 13:26:27 +03:00
devices.c
led.c
led.h
lib.c iwlwifi: unify external & internal modparam names 2017-06-29 13:26:25 +03:00
mac80211.c iwlwifi: unify external & internal modparam names 2017-06-29 13:26:25 +03:00
main.c net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepoint 2018-03-28 22:55:19 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
power.c
power.h
rs.c iwlwifi: dvm: remove usage of txrc->max_rate_idx 2017-03-07 09:42:11 +01:00
rs.h
rx.c iwlwifi: unify external & internal modparam names 2017-06-29 13:26:25 +03:00
rxon.c iwlwifi: unify external & internal modparam names 2017-06-29 13:26:25 +03:00
scan.c
sta.c
tt.c treewide: setup_timer() -> timer_setup() (2 field) 2017-11-21 15:57:09 -08:00
tt.h
tx.c iwlwifi: dvm: prevent an out of bounds access 2017-07-21 12:26:36 +03:00
ucode.c