Skip to content

Commit

Permalink
cfg80211: fix inconsistency in trace for rdev_set_mac_acl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vladimir Kondratiev authored and Johannes Berg committed Mar 7, 2013
1 parent 27a737f commit 021fcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wireless/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ TRACE_EVENT(rdev_set_mac_acl,
),
TP_fast_assign(
WIPHY_ASSIGN;
WIPHY_ASSIGN;
NETDEV_ASSIGN;
__entry->acl_policy = params->acl_policy;
),
TP_printk(WIPHY_PR_FMT ", " NETDEV_PR_FMT ", acl policy: %d",
Expand Down

0 comments on commit 021fcdc

Please sign in to comment.