History log of /openbsd-src/sys/dev/ic/qwz.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 54f907a0 23-Dec-2024 patrick <patrick@openbsd.org>

Update scan arguments.


# 32e6bca9 22-Dec-2024 patrick <patrick@openbsd.org>

Update num vdevs and peers definition to bring qwz(4) up to trying to scan.


# 6040dc01 11-Dec-2024 patrick <patrick@openbsd.org>

Rework and fill in the device specific handling for WCN7850.


# c6aabb15 10-Dec-2024 patrick <patrick@openbsd.org>

Set single_pdev_only for WCN7850.


# 9fa263cd 10-Dec-2024 patrick <patrick@openbsd.org>

Cleanup qwz_wmi_scan_prob_req_oui().


# 9c0f05d8 10-Dec-2024 patrick <patrick@openbsd.org>

Initial stab at qwz_dp_cc_cleanup(), list cleanup probably missing.


# eb49c7f0 09-Dec-2024 patrick <patrick@openbsd.org>

Further alignment with ath12k, including addition of bank profiles,
removal of shadow timer, cookie configuration, updates to WMI and
start of updates for buffer handling. This brings us forward:

q

Further alignment with ath12k, including addition of bank profiles,
removal of shadow timer, cookie configuration, updates to WMI and
start of updates for buffer handling. This brings us forward:

qwz0: wcn7850 hw2.0 fw 0x100301e1 address xx:xx:xx:xx:xx:xx
qwz_dp_htt_htc_t2h_msg_handler: htt event 48 not handled

show more ...


# ca79b5ce 09-Dec-2024 patrick <patrick@openbsd.org>

Fix regdb firmware load. So far the code placed the board data as the
regdb, which the firmware did not like. This adjusts the way we load
and cache FW, and places the right data for the chip. Thi

Fix regdb firmware load. So far the code placed the board data as the
regdb, which the firmware did not like. This adjusts the way we load
and cache FW, and places the right data for the chip. This allows the
WLAN FW to boot up properly.

show more ...


# 09a673e5 09-Dec-2024 patrick <patrick@openbsd.org>

Minor cleanup of qwx(4) supported chips, some renaming.


# 079591e7 01-Sep-2024 jsg <jsg@openbsd.org>

spelling; checked by jmc@, ok miod@ mglocker@


# 54fbbda3 01-Sep-2024 jsg <jsg@openbsd.org>

spelling; checked by jmc@, ok miod@ mglocker@ krw@


# c12edff5 20-Aug-2024 patrick <patrick@openbsd.org>

Update handling of transfer rings.


# 1b22ca7f 20-Aug-2024 patrick <patrick@openbsd.org>

Introduce and update HAL SRNG ops.


# 9c5773df 19-Aug-2024 jsg <jsg@openbsd.org>

avoid NULL deref if malloc fails
ok stsp@


# b8a42cce 16-Aug-2024 patrick <patrick@openbsd.org>

Align more register addresses and data structures with ath12k.


# aff7e5a9 15-Aug-2024 patrick <patrick@openbsd.org>

Further minor cleanup for improved readability, with the major change that
FW now seems to come up after providing regdb parsed out of the board file.


# 27c3d914 15-Aug-2024 patrick <patrick@openbsd.org>

Initial patchset on top of the qwx(4) to adjust for ath12k. Still not
working yet, but it's better to continue polishing this in-tree.


# 4bba8532 14-Aug-2024 patrick <patrick@openbsd.org>

Introduce qwz(4), a work-in-progress port of the Linux ath12k driver.

This driver is not working yet, it's a copy of qwx(4) which bit-by-bit will be
adjusted to work on the newer generation of chips

Introduce qwz(4), a work-in-progress port of the Linux ath12k driver.

This driver is not working yet, it's a copy of qwx(4) which bit-by-bit will be
adjusted to work on the newer generation of chips. Even though this is only a
minor bump over the previous generation, the changes are large enough that
bringup, debugging and long-term maintenance would suffer trying to squash them
into a single driver. This can be reconsidered once we have reached a stable
state.

show more ...