打开bcmfmac驱动调试打印方法

1、内核配置时打开调试打印开关:

CONFIG_BRCM_TRACING=y
CONFIG_BRCMDBG=y

2、编译完驱动后加载驱动:

insmod brcmfmac.ko debug=0x20000

也可以用:

insmod brcmfmac.ko debug=0xFFFFF

Leave a Reply

Your email address will not be published. Required fields are marked *