Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53708
b: refs/heads/master
c: e9f207f
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Benc authored and David S. Miller committed May 5, 2007
1 parent 37d60e1 commit 21b9095
Show file tree
Hide file tree
Showing 20 changed files with 1,867 additions and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0706e828e96d0fa4e80c0d25aa98523f6d589a0
refs/heads/master: e9f207f0ff90bf60b825800d7450e6f2ff2eab88
9 changes: 9 additions & 0 deletions trunk/net/mac80211/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ config MAC80211_LEDS
This option enables a few LED triggers for different
packet receive/transmit events.

config MAC80211_DEBUGFS
bool "Export mac80211 internals in DebugFS"
depends on MAC80211 && DEBUG_FS
---help---
Select this to see extensive information about
the internal state of mac80211 in debugfs.

Say N unless you know you need this.

config MAC80211_DEBUG
bool "Enable debugging output"
depends on MAC80211
Expand Down
1 change: 1 addition & 0 deletions trunk/net/mac80211/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
obj-$(CONFIG_MAC80211) += mac80211.o rc80211_simple.o

mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o
mac80211-objs-$(CONFIG_MAC80211_DEBUGFS) += debugfs.o debugfs_sta.o debugfs_netdev.o debugfs_key.o

mac80211-objs := \
ieee80211.o \
Expand Down
Loading

0 comments on commit 21b9095

Please sign in to comment.