.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: ISC */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (c) 2013-2016 Qualcomm Atheros, Inc. |
---|
3 | | - * |
---|
4 | | - * Permission to use, copy, modify, and/or distribute this software for any |
---|
5 | | - * purpose with or without fee is hereby granted, provided that the above |
---|
6 | | - * copyright notice and this permission notice appear in all copies. |
---|
7 | | - * |
---|
8 | | - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
---|
9 | | - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
---|
10 | | - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
---|
11 | | - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
---|
12 | | - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
---|
13 | | - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
---|
14 | | - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
---|
| 4 | + * Copyright (c) 2019, The Linux Foundation. All rights reserved. |
---|
15 | 5 | */ |
---|
16 | 6 | |
---|
17 | 7 | #undef TRACE_SYSTEM |
---|
.. | .. |
---|
181 | 171 | __entry->seq = wil_rxdesc_seq(d); |
---|
182 | 172 | __entry->mcs = wil_rxdesc_mcs(d); |
---|
183 | 173 | ), |
---|
184 | | - TP_printk("index %d len %d mid %d cid %d tid %d mcs %d seq 0x%03x" |
---|
| 174 | + TP_printk("index %d len %d mid %d cid (%%8) %d tid %d mcs %d seq 0x%03x" |
---|
185 | 175 | " type 0x%1x subtype 0x%1x", __entry->index, __entry->len, |
---|
186 | 176 | __entry->mid, __entry->cid, __entry->tid, __entry->mcs, |
---|
187 | 177 | __entry->seq, __entry->type, __entry->subtype) |
---|