diff options
author | Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | 2013-03-07 04:08:29 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-07 05:20:01 -0500 |
commit | 021fcdc13acbab78589325ae2db0b384b4ee7222 (patch) | |
tree | 40dfab3eefb0eba5323afde33af534ff4b856749 /net/wireless | |
parent | 27a737ff7cb062fb9cbceba9b44d60aa74862bfa (diff) |
cfg80211: fix inconsistency in trace for rdev_set_mac_acl
There is NETDEV_ENTRY that was incorrectly assigned as WIPHY_ASSIGN,
fix it.
Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/trace.h b/net/wireless/trace.h index b7a531380e19..6847d043edea 100644 --- a/net/wireless/trace.h +++ b/net/wireless/trace.h | |||
@@ -1778,7 +1778,7 @@ TRACE_EVENT(rdev_set_mac_acl, | |||
1778 | ), | 1778 | ), |
1779 | TP_fast_assign( | 1779 | TP_fast_assign( |
1780 | WIPHY_ASSIGN; | 1780 | WIPHY_ASSIGN; |
1781 | WIPHY_ASSIGN; | 1781 | NETDEV_ASSIGN; |
1782 | __entry->acl_policy = params->acl_policy; | 1782 | __entry->acl_policy = params->acl_policy; |
1783 | ), | 1783 | ), |
1784 | TP_printk(WIPHY_PR_FMT ", " NETDEV_PR_FMT ", acl policy: %d", | 1784 | TP_printk(WIPHY_PR_FMT ", " NETDEV_PR_FMT ", acl policy: %d", |