aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/mac80211/trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/trace.h b/net/mac80211/trace.h
index 809a4983eb4a..96847e788488 100644
--- a/net/mac80211/trace.h
+++ b/net/mac80211/trace.h
@@ -2140,6 +2140,7 @@ TRACE_EVENT(drv_pre_channel_switch,
2140 VIF_ENTRY 2140 VIF_ENTRY
2141 CHANDEF_ENTRY 2141 CHANDEF_ENTRY
2142 __field(u64, timestamp) 2142 __field(u64, timestamp)
2143 __field(u32, device_timestamp)
2143 __field(bool, block_tx) 2144 __field(bool, block_tx)
2144 __field(u8, count) 2145 __field(u8, count)
2145 ), 2146 ),
@@ -2149,6 +2150,7 @@ TRACE_EVENT(drv_pre_channel_switch,
2149 VIF_ASSIGN; 2150 VIF_ASSIGN;
2150 CHANDEF_ASSIGN(&ch_switch->chandef) 2151 CHANDEF_ASSIGN(&ch_switch->chandef)
2151 __entry->timestamp = ch_switch->timestamp; 2152 __entry->timestamp = ch_switch->timestamp;
2153 __entry->device_timestamp = ch_switch->device_timestamp;
2152 __entry->block_tx = ch_switch->block_tx; 2154 __entry->block_tx = ch_switch->block_tx;
2153 __entry->count = ch_switch->count; 2155 __entry->count = ch_switch->count;
2154 ), 2156 ),