iwlwifi: fix typo in RX data tracing

The printk message should say RX, not TX.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Johannes Berg 2012-11-06 12:37:21 +01:00
parent 6b450fcbff
commit 2e6e6b1f3f
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ TRACE_EVENT(iwlwifi_dev_rx_data,
memcpy(__get_dynamic_array(data),
((u8 *)rxbuf) + offs, len - offs);
),
TP_printk("[%s] TX frame data", __get_str(dev))
TP_printk("[%s] RX frame data", __get_str(dev))
);
#undef TRACE_SYSTEM