aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/driver-trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/driver-trace.h')
-rw-r--r--net/mac80211/driver-trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/driver-trace.h b/net/mac80211/driver-trace.h
index fefa6e6b01bc..502424b2538a 100644
--- a/net/mac80211/driver-trace.h
+++ b/net/mac80211/driver-trace.h
@@ -708,7 +708,7 @@ TRACE_EVENT(drv_ampdu_action,
708 __entry->ret = ret; 708 __entry->ret = ret;
709 __entry->action = action; 709 __entry->action = action;
710 __entry->tid = tid; 710 __entry->tid = tid;
711 __entry->ssn = *ssn; 711 __entry->ssn = ssn ? *ssn : 0;
712 ), 712 ),
713 713
714 TP_printk( 714 TP_printk(