bzfbd

Results 17 issues of bzfbd

Some code cleanup. - Make sure we compile with and without INVARIANTS in the kernel config. - Properly indent a block. - Make the QUAD sysctls UQUAD as it is...

There are cases when node_alloc() and node_free() are called but the node_alloc_cd() has not run yet. This can lead to node_free() freeing the *ni before the node_alloc_cb() runs which then...

Initialise the firmware_log early on before the tunables are read as after that we might get into the log functions passing the bitmask and would panic as the mutex would...

I turned full debugging on for a short moment and saw a lot of deadcode flying by on the console. Just recording it here to be investigated later. Smells like...

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...

This is a backtrace for the Pull Request #26 . I happens in AP mode. I can easily trigger it by issuing say: ifconfig wlan0 channel 8 ``` athp0: athp_vap_wme_update:...