History log of /dragonfly/sys/dev/netif/iwm/if_iwm_fw.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4cbc7cf9 01-Apr-2024 Michael Neumann <mneumann@ntecs.de>

iwm: Sync with FreeBSD minus few commits (as of April 1, 2024)

Following commits were applied:

* iwm: Print the command code for any unhandled commands
https://github.com/freebsd/freebsd-src/comm

iwm: Sync with FreeBSD minus few commits (as of April 1, 2024)

Following commits were applied:

* iwm: Print the command code for any unhandled commands
https://github.com/freebsd/freebsd-src/commit/6844522a9aa848b40555fe8cc9d9d353e942f1f2

* iwm: improve rfkill handling
https://github.com/freebsd/freebsd-src/commit/22d1b05c8c37a0c9c7b391492ccd0c60835d9ea1

* iwm: fix ieee80211_media_change() caller
https://github.com/freebsd/freebsd-src/commit/c6167b4bf510d82035e8c8db3b0b074045b90916

* iwm: fix regression resp ieee80211_media_change()
https://github.com/freebsd/freebsd-src/commit/aaa1fdb87b7a9219e88f97fe0638f4ab166681e5

* iwm: Add support for Intel Killer(R) Wireless-AC
https://github.com/freebsd/freebsd-src/commit/90cc8706ccb2da130c0b1a28434a9ec5d4c80d81

* iwm: update if_iwmreg.h to the latest openbsd changes (24 Oct 2021)
https://github.com/freebsd/freebsd-src/commit/355c15130aef13484821051a655da9b9066e1015

* iwm: Update SCD register accesses
https://github.com/freebsd/freebsd-src/commit/d524e370c4dbabf607546aec6e4bcc8d64758851

* iwm: plug some of set-but-not-used vars
https://github.com/freebsd/freebsd-src/commit/35273e2099e629a3494701036184f2d152bcf7d7

* iwm: Fix -Wunused-but-set-variable warnings
https://github.com/freebsd/freebsd-src/commit/1dc8ed06f37a0d5ff4b78791885d7ba6dd3e407b

NOTE: pci_release_msi() now gets called on DragonFly in case of error!

* iwm: plug set-but-not-used vars
https://github.com/freebsd/freebsd-src/commit/f7daf710382afae9ba5824a89ef522800759c3f2

* iwm: Fix various typos and remove "$FreeBSD$"

Following commits were *not* applied:

* net80211/drivers: improve ieee80211_rx_stats for band
https://github.com/freebsd/freebsd-src/commit/9a6695532b3997e4e2bc3fe57481cc49be5e9e93

This requires (minor) changes to ieee80211

* iwm: remove unsued devclass arguments to DRIVER_MODULE
https://github.com/freebsd/freebsd-src/commit/ef463ef3dab650d08a16a08e3d12683130424752

Tested-with: Intel(R) Dual Band Wireless AC 8265

Taken-from: FreeBSD (see above)

show more ...


Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3
# 6acbba79 31-Dec-2019 Matthew Dillon <dillon@apollo.backplane.com>

iwm - Full sync from FreeBSD

* Full sync from freebsd, plus add iwm-9000 and iwm-9260 support.

* Patch up some ABI changes to ieee80211_*() which we don't have
yet.


Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc
# 4b1006a6 25-Nov-2016 Imre Vadász <imre@vdsz.com>

iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming.

* Rename some structs and struct members for firmware handling.


Revision tags: v4.6.1
# 8a5b1999 25-Sep-2016 Imre Vadász <imre@vdsz.com>

if_iwm - Add support for Firmware paging, needed for newer 8000C firmware.

* Uses the IWM_FW_PAGING_BLOCK_CMD firmware command to tell the firmware
what memory ranges to use for paging.

Taken-Fro

if_iwm - Add support for Firmware paging, needed for newer 8000C firmware.

* Uses the IWM_FW_PAGING_BLOCK_CMD firmware command to tell the firmware
what memory ranges to use for paging.

Taken-From: Linux iwlwifi

show more ...