summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/74-define-tracing
AgeCommit message (Collapse)Author
2013-06-13backports: fix tracing on wil6210Hauke Mehrtens
This includes the trace.h file like it is done for the other drivers. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
2013-04-15backports: patch tracing for older kernelsJohannes Berg
For some reason the tracing on older kernels requires the tracing to be declared before it's defined; it's broken when the trace header is only included to create the tracepoints. Since new kernels don't, add patches for the two places that rely on the new behaviour. Signed-off-by: Johannes Berg <johannes.berg@intel.com>