wimax/i2400m: trace commands sent from user space on the "echo" pipe
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Tue, 31 Mar 2009 00:51:54 +0000 (17:51 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Fri, 29 May 2009 01:01:35 +0000 (18:01 -0700)
commit44b849d11bf6801a642dd1aa9a70e470d046d273
tree2e2e3f03f65868d94930ad4995da8db7494f33bb
parentfe442683853a2c0863b700acc4328b4d73090206
wimax/i2400m: trace commands sent from user space on the "echo" pipe

When commands are sent from user space, trace both the command sent
and the answer received over the "echo" pipe instead of over the
"trace" pipe when command tracing is enabled. As well, when the device
sends a reports/indications, send it over the "echo" pipe.

The "trace" pipe is used by the device to send firmware traces;
gets confusing. Another named pipe makes it easier to split debug
information.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
drivers/net/wimax/i2400m/driver.c
drivers/net/wimax/i2400m/rx.c