CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2026/04/21 02:56:22

Modified files:
        sys/dev/ic     : qwz.c 

Log message:
Enable nwid scanning by doing two things:

1. Disable the 802.11d scanning command for now, since it causes a firmware
error for which we currently have no solution.  This isn't a critical
feature, and we can progress without it until we find a solution.

2. Send the HTT software ring setup messages for the receive rings, otherwise
the firmware never initializes its RXDMA pipeline, and delivers no frames
to the host.  For that we did port over the
ath12k_dp_rxdma_ring_sel_config_wcn7850() and ath12k_dp_rx_htt_setup()
functions from the linux driver.

Tested and ok kettenis@, kirill@

Reply via email to