bzfbd
bzfbd
Add the first cut add (optional) IPv6 support. The main (invasive) logic will not be compiled in unless CONFIG_LWIP_IPV6 is on.
Years ago I submitted the no-cache feature to unbound which over time broke. I debugged it down to the point that pre-seeding no_cache_store will fix this with minimal changes and...
Hi, I sometimes encounter a hang on (re)boot with 1.39 in that at the Press F1 ... Enter screen I get one '.' at the end and it never continues....
The Makefiles had a lot of copy and paste and especially CLEANFILES was wrong in some of them. Rather than keeping the duplicate logic everywhere, put it into a common...
Pass regdomain in to ath10k_wmi_pdev_set_regdomain() updating ath10k_regd_update() by the extra parameter. While here make ath10k_update_channel_list_freebsd() static. Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate")
In preparation for the linuxkpi firwmare compat layer implementation, start cleaning up the firmware.h includes splattered over all files. Only if_athp_core.c actually needs it. Sponsored by: Rubicon Communications, LLC (d/b/a...
Pass probereq information elements, channels, and SSID down to the firmware in hw_scan. This would go along with a base system change in FreeBSD currently posted here; https://reviews.freebsd.org/D26545 I extracted...
Sometimes firmware loading doesn't work on first try: athp0: failed to receive control response completion, polling.. done 0 athp0: still no control response completion received, giving up.. done 0 athp0:...
Hi Adrian, I noticed this while trying to figure out things on an arm64. A PREREAD and a POSTWRITE flag at the same time make very little sense. Submitted by:...
Hit a "deadklock". I assume it's more likely that the firmware went kaboom after this `athp0: ath10k_htt_rx_delba: received DELBA, couldn't find node!` and we didn't move anymore? db> trace 100166...