|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
| #
5b3b7a2d |
| 07-Nov-2019 |
Mark Johnston <[email protected]> |
iwm: Add device configuration definitions for 9000-series chips.
Match such chips using the device ID. We should really be checking the subdevice as well, since a smaller number of 9460 and 9560 de
iwm: Add device configuration definitions for 9000-series chips.
Match such chips using the device ID. We should really be checking the subdevice as well, since a smaller number of 9460 and 9560 devices actually belong to a new series of devices and require different firmware, but that will require some extra logic in iwm_attach().
Submitted by: lwhsu, Guo Wen Jun <[email protected]> MFC after: 2 weeks
show more ...
|
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
cd684dec |
| 04-Jun-2017 |
Adrian Chadd <[email protected]> |
[iwm] Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.
* This change also fixes a possible issue in the existing smart-fifo code, which set the IWM_SF_CFG_DUMMY_NOTIF_OFF bit on
[iwm] Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.
* This change also fixes a possible issue in the existing smart-fifo code, which set the IWM_SF_CFG_DUMMY_NOTIF_OFF bit on AC8260 chipsets, although that's only used in iwlwifi for Family 8000 chipsets connected via SDIO interface.
Obtained from: Dragonflybsd.git cb650b01526b0aeef3c4307d926e7f1428997d50
show more ...
|
| #
f48f6960 |
| 12-May-2017 |
Adrian Chadd <[email protected]> |
[iwm] Factor out firmware station handling into if_iwm_sta.c.
* This adds iwm_mvm_rm_sta(), which will be used to tear down firmware state for better/cleaner iwm_newstate() handling.
* Makes iwm_
[iwm] Factor out firmware station handling into if_iwm_sta.c.
* This adds iwm_mvm_rm_sta(), which will be used to tear down firmware state for better/cleaner iwm_newstate() handling.
* Makes iwm_enable_txq() and iwm_mvm_flush_tx_path() non-static, add the declarations to if_iwm_util.h for now.
Obtained from: dragonflybsd.git 85d1c6190c4c3564b1a347f253e823aa95c202b2
show more ...
|
| #
193d9e76 |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
ad35d471 |
| 24-Feb-2017 |
Adrian Chadd <[email protected]> |
[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.
Obtained fro
[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.
Obtained from: dragonflybsd.git 8a5b199964f8e7bdb00039f0b48817a01b402f18
show more ...
|
| #
6233db9f |
| 23-Feb-2017 |
Enji Cooper <[email protected]> |
Unbreak if_iwm.ko after r314076
Add if_iwm_7000.c/if_iwm_8000.c to SRCS to match similar additions made to sys/conf/files after refactoring done in the commit noted.
PR: 217308 Pointyhat to: adria
Unbreak if_iwm.ko after r314076
Add if_iwm_7000.c/if_iwm_8000.c to SRCS to match similar additions made to sys/conf/files after refactoring done in the commit noted.
PR: 217308 Pointyhat to: adrian Submitted by: Andreas Nilsson <[email protected]> Reported by: Jakob Alvermark <[email protected]>, Juan Ramómon Molina Menor <[email protected]> Sponsored by: Dell EMC Isilon
show more ...
|
| #
6e39c650 |
| 06-Feb-2017 |
Adrian Chadd <[email protected]> |
[iwm] Add implementation of the notification wait api from iwlwifi.
Obtained from: Linux iwlwifi Obtained from: DragonflyBSD commit 94dc1dadceb57b688036211262d678bc6bbdde37
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
00d6aaed |
| 02-Jun-2016 |
Adrian Chadd <[email protected]> |
[iwm] add if_iwm_led.c into the build.
|
|
Revision tags: release/10.3.0, release/10.2.0 |
|
| #
444e7e3d |
| 08-Aug-2015 |
Rui Paulo <[email protected]> |
Build the iwm and iwmfw modules by default on x86.
|
| #
d4886179 |
| 08-Aug-2015 |
Rui Paulo <[email protected]> |
Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.
There are still several bugs, but I've been using it for a while now. Thanks to all the testers and to Adrian for his help with this driver
Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.
There are still several bugs, but I've been using it for a while now. Thanks to all the testers and to Adrian for his help with this driver.
This driver isn't connected to the build yet, but it will be soon.
There's no MFC planned because the driver isn't very stable yet.
Reviewed by: adrian Obtained from: https://github.com/rpaulo/iwm Tested by: adrian, gjb, dumbbell (others that I forgot). Relnotes: yes
show more ...
|