AW: about:open debug information when make the compat-wireliess
Porsch, Marco
marco.porsch at siemens.com
Fri Mar 5 09:27:11 EST 2010
> hi,everyone
> Does anybody know how to open the debug information about 80211s when compile the compat-wireless?
> thx.
> 杜尚鑫
> Du Shangxin
Hi,
take a look at the file config.mk. There you can enable various debug outputs. I use:
CONFIG_MAC80211_DEBUGFS=y
# CONFIG_MAC80211_DEBUG_MENU=y
# CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT=y
# CONFIG_MAC80211_NOINLINE=y
CONFIG_MAC80211_VERBOSE_DEBUG=y
CONFIG_MAC80211_HT_DEBUG=y
# CONFIG_MAC80211_TKIP_DEBUG=y
# CONFIG_MAC80211_IBSS_DEBUG=y
# CONFIG_MAC80211_VERBOSE_PS_DEBUG=y
# CONFIG_MAC80211_VERBOSE_MPL_DEBUG=y
CONFIG_MAC80211_VERBOSE_MHWMP_DEBUG=y
# CONFIG_MAC80211_DEBUG_COUNTERS=y
# CONFIG_MAC80211_DRIVER_API_TRACER=y
You can take a look at the outputs in "dmesg" and in debugfs at /sys/kernel/debug/ieee80211/ (after mounting debugfs, if neccessary).
Regards,
Marco
More information about the Devel
mailing list