commit | 15ac7c478fd227257e4be94519c6f965a9e6159d | [log] [tgz] |
---|---|---|
author | Seth Forshee <seth.forshee@canonical.com> | Fri Feb 15 13:15:48 2013 -0600 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Feb 15 20:25:11 2013 +0100 |
tree | c9d2e98ea4871465dcd73c665ff37e1ae4a72189 | |
parent | 8ffb5c001a6d1ef142ef550861e0b97e291f6469 [diff] |
mac80211: Fix incorrect use of STA_PR_FMT in trace points Several tracepoints are using STA_PR_FMT where STA_PR_ARG should be used, resulting in messages like "phy0 sta:ARG TYPE NOT FIELD BUT 1". Change these to STA_PR_ARG. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>