.. | .. |
---|
67 | 67 | __entry->min_freq_offset = (c)->chan ? (c)->chan->freq_offset : 0; \ |
---|
68 | 68 | __entry->min_chan_width = (c)->width; \ |
---|
69 | 69 | __entry->min_center_freq1 = (c)->center_freq1; \ |
---|
70 | | - __entry->freq1_offset = (c)->freq1_offset; \ |
---|
| 70 | + __entry->min_freq1_offset = (c)->freq1_offset; \ |
---|
71 | 71 | __entry->min_center_freq2 = (c)->center_freq2; |
---|
72 | 72 | #define MIN_CHANDEF_PR_FMT " min_control:%d.%03d MHz min_width:%d min_center: %d.%03d/%d MHz" |
---|
73 | 73 | #define MIN_CHANDEF_PR_ARG __entry->min_control_freq, __entry->min_freq_offset, \ |
---|