05 Aug, 2009

1 commit

  • sparse complains about a shadowed variable, which
    we can just rename, and lots of stuff if the API
    tracer is enabled, so kick out the tracer code in
    a sparse run -- the macros just confuse it.

    Signed-off-by: Johannes Berg
    Signed-off-by: John W. Linville

    Johannes Berg
     

25 Jul, 2009

1 commit

  • This makes mac80211 use the event tracing framework
    to log all operations as given to the driver. This
    will need to be extended with more information, but
    as a start it should be good.

    Signed-off-by: Johannes Berg
    Signed-off-by: John W. Linville

    Johannes Berg