History log of /dragonfly/sys/dev/netif/iwm/if_iwm_time_event.h (Results 1 – 7 of 7)
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
# e8cb7158 28-Mar-2018 Imre Vadász <imre@vdsz.com>

iwm - Clear Time Event active state, when receiving End Notification.

* This hopefully avoids some firmware panics, I was occasionally seeing,
when iwm disconnects upon losing signal to an access

iwm - Clear Time Event active state, when receiving End Notification.

* This hopefully avoids some firmware panics, I was occasionally seeing,
when iwm disconnects upon losing signal to an access point at some point.

* This is synchronizing the if_iwm_time_event.c file a bit more from the
corresponding Linux iwlwifi/mvm/time-event.c.

Taken-From: Linux iwlwifi

show more ...


Revision tags: v5.3.0, v5.2.0rc
# 706a3044 18-Mar-2018 Imre Vadász <imre@vdsz.com>

iwm - Improve firmware Time Event handling.

* This is a mix of the OpenBSD Git 7fd9664469d1b717a307eebd74aeececbd3c41cc
change, and syncing with the Linux iwlwifi code.

Taken-From: Linux iwlwifi,

iwm - Improve firmware Time Event handling.

* This is a mix of the OpenBSD Git 7fd9664469d1b717a307eebd74aeececbd3c41cc
change, and syncing with the Linux iwlwifi code.

Taken-From: Linux iwlwifi, and OpenBSD

show more ...


Revision tags: 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, v4.6.1
# f16ef749 16-Oct-2016 Imre Vadász <imre@vdsz.com>

if_iwm - Partly sync if_iwm_binding.c to Linux iwlwifi code.

* Store macid and color values in struct iwm_vap, to avoid hardcoded
constants a bit.

* Add iwm_mvm_binding_remove_vif() function (wil

if_iwm - Partly sync if_iwm_binding.c to Linux iwlwifi code.

* Store macid and color values in struct iwm_vap, to avoid hardcoded
constants a bit.

* Add iwm_mvm_binding_remove_vif() function (will be used in disconnecting
from an access point without resetting the whole device).

* Not adding code from Linux iwlwifi yet, to handle one PHY context to
be bound to several VAPs/virtual-interfaces, it's definitely not needed
in the near future.

Taken-From: Linux iwlwifi

show more ...


Revision tags: v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0
# 77de6c2d 14-May-2016 Imre Vadász <imre@vdsz.com>

wlan - Sync dev/netif/iwm from FreeBSD

* Sync dev/netif/iwm from FreeBSD, fbsd git dd885b9a0a0e, May 11 2016.

* Tried to preserve local changes, as well as changes taken from OpenBSD
which haven'

wlan - Sync dev/netif/iwm from FreeBSD

* Sync dev/netif/iwm from FreeBSD, fbsd git dd885b9a0a0e, May 11 2016.

* Tried to preserve local changes, as well as changes taken from OpenBSD
which haven't been merged into FreeBSD yet.

* XXX We might be able to remove the iwmsleep hack now
* XXX Not tested yet

show more ...


Revision tags: v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc
# 24a8d46a 18-Sep-2015 Matthew Dillon <dillon@apollo.backplane.com>

wlan - Import if_iwm from FreeBSD (base)