Skip to content

Commit

Permalink
compat-drivers: add new mac80211 debug options
Browse files Browse the repository at this point in the history
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
  • Loading branch information
hauke authored and mcgrof committed Jan 10, 2013
1 parent 632e1ba commit b4d3cbe
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,20 @@ endif #CONFIG_COMPAT_KERNEL_2_6_33
# export CONFIG_MAC80211_DEBUGFS=y
# export CONFIG_MAC80211_NOINLINE=y
# export CONFIG_MAC80211_VERBOSE_DEBUG=y
# export CONFIG_MAC80211_HT_DEBUG=y
# export CONFIG_MAC80211_TKIP_DEBUG=y
# export CONFIG_MAC80211_IBSS_DEBUG=y
# export CONFIG_MAC80211_VERBOSE_PS_DEBUG=y
# export CONFIG_MAC80211_VERBOSE_MPL_DEBUG=y
# export CONFIG_MAC80211_VERBOSE_MHWMP_DEBUG=y
# export CONFIG_MAC80211_VERBOSE_TDLS_DEBUG
# export CONFIG_MAC80211_MESSAGE_TRACING=y
# export CONFIG_MAC80211_DEBUG_COUNTERS=y

# export CONFIG_MAC80211_IBSS_DEBUG=y
# export CONFIG_MAC80211_PS_DEBUG=y
# export CONFIG_MAC80211_HT_DEBUG=y
# export CONFIG_MAC80211_MPL_DEBUG=y
# export CONFIG_MAC80211_MPATH_DEBUG=y
# export CONFIG_MAC80211_MHWMP_DEBUG=y
# export CONFIG_MAC80211_MESH_SYNC_DEBUG=y
# export CONFIG_MAC80211_TDLS_DEBUG=y
# export CONFIG_MAC80211_STA_DEBUG=y
# export CONFIG_MAC80211_MLME_DEBUG=y

# choose between pid and minstrel as default rate control algorithm
export CONFIG_MAC80211_RC_DEFAULT=minstrel_ht
export CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
Expand Down

0 comments on commit b4d3cbe

Please sign in to comment.