erikarn / athp

freebsd ath10k port
48 stars 15 forks source link

debug (low prio) ATH10K_DBG_xxx | tunable #31

Open bzfbd opened 4 years ago

bzfbd commented 4 years ago

cannot set ATH10K_DBG_xxx, e.g., ATH10K_DBG_WMI, in a tunable we'll panic as the fwlog_mtx is not initialised by the time we lock the first event, which means some ordering is not quite right.

panic: mtx_lock() of spin mutex (null) @ sys/modules/athp/../../dev/athp/if_athp_fwlog.c:1552