readme.debug

来自「Linux Wireless LAN Project 的目标是开发一个完整的」· DEBUG 代码 · 共 17 行

DEBUG
17
字号
Linux WLANDriver debug statementsYou can enable debugging in the driver by compiling with the -DWLAN_INCLUDE_DEBUG option.  This will add a considerable number of debug printks to the code.  To enable them by 'level' set the value of the wlan_debug module parameter to 0-5.0 - nothing will print1 - few, short messages2 - more detailed behavior messages (this is what I use mostly)3 - dump frame contents for each tx and rx frame4 - function enter and exit messages5 - I'm not sure if I've used this one anywhere.-Mark

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?