Skip to content

Commit

Permalink
cfg80211: add tracing to rdev-ops
Browse files Browse the repository at this point in the history
Add tracing to make debugging cfg80211/mac80211
(or full-mac driver) interaction easier.

Signed-off-by: Beni Lev <[email protected]>
Reviewed-by: Johannes Berg <[email protected]>
Reviewed-by: Hila Gonen <[email protected]>
Tested-by: Hila Gonen <[email protected]>
Reviewed-by: Emmanuel Grumbach <[email protected]>
[add a cast to int to sizeof() to avoid warning]
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
benilevIntel authored and jmberg-intel committed Oct 18, 2012
1 parent e35e4d2 commit 14e8a3c
Show file tree
Hide file tree
Showing 4 changed files with 2,141 additions and 79 deletions.
4 changes: 3 additions & 1 deletion net/wireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ obj-$(CONFIG_WEXT_SPY) += wext-spy.o
obj-$(CONFIG_WEXT_PRIV) += wext-priv.o

cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o
cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o
cfg80211-$(CONFIG_CFG80211_DEBUGFS) += debugfs.o
cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
cfg80211-$(CONFIG_CFG80211_INTERNAL_REGDB) += regdb.o

CFLAGS_trace.o := -I$(src)

ccflags-y += -D__CHECK_ENDIAN__

$(obj)/regdb.c: $(src)/db.txt $(src)/genregdb.awk
Expand Down
Loading

0 comments on commit 14e8a3c

Please sign in to comment.