summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iwmreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Offload CCMP (WPA2) encryption and decryption to iwm(4) hardware.stsp2020-05-181-12/+34
* Fix wrong firmware API documentation comments for iwm(4) and iwx(4).stsp2020-05-151-2/+2
* Update iwm(4) firmware API documentation with respect to sequence numberstsp2020-03-051-8/+9
* Add support for MSI-X. MSI-X allows establishing a number ofpatrick2019-11-261-1/+72
* Add support for 9260 and 9560 devices to iwm(4).stsp2019-11-181-8/+180
* Fix support for 3168 iwm(4) devices, and load new firmware for them.stsp2019-11-121-2/+16
* Add support to iwm(4) for new umac scan API in newer firmware versions.stsp2019-11-081-28/+160
* Add support to iwm(4) for ADD_STA commands used by newer firmware.stsp2019-11-081-2/+92
* Support iwm(4) firmware images with ucode_api flags larger than 32 bits.stsp2019-11-041-11/+26
* Sync iwm's SCD_QUEUE macros with iwlwifi.stsp2019-11-041-3/+3
* Add support for iwm firmware paging, required for newer 8k device firmware.stsp2019-11-041-1/+55
* Have iwm(4) configure the PCIe LTR.stsp2019-10-281-1/+51
* Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE PHY_OP notification which willstsp2019-10-281-6/+17
* Get rid of version 1 of iwm's time event firmware API.stsp2019-10-281-51/+5
* Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags:stsp2019-10-281-15/+1
* Remove unneeded IWM_UCODE_TLV_FLAGS_RX_ENERGY_API flag.stsp2019-10-281-3/+1
* Use 0x6c as permanent ID for IWM_PHY_DB_CMD; remove incorrect comment.stsp2019-10-281-4/+2
* Remove unused DEFAULT_MAX_TX_POWER definition from if_iwmreg.h,stsp2019-10-281-3/+1
* Add support for dynamic queue allocation (DQA) to iwm(4).stsp2019-10-181-2/+49
* Support WPA2 CCMP encryption/decryption in hardware with iwm(4).stsp2019-08-081-3/+3
* Ignore 'fseq version mismatch' notifications from 8265 iwm(4) firmware.stsp2018-02-281-1/+5
* Fix a regression in iwm(4) which made 3165 devices unusable.stsp2017-05-031-2/+2
* Implement support for multiple packets per receive DMA buffer in iwm(4).stsp2017-04-241-2/+13
* Add 8265 and 3168 support. Both cards need new firmware files which currentlyclaudio2017-04-041-1/+2
* Update the struct iwm_scan_results_notif to FW Api version 3, and removestsp2017-01-311-39/+4
* Remove a couple of definitions from if_iwmreg.h which were neverstsp2017-01-291-12/+1
* In iwm(4), remove old deprecated scan API definitions which have beenstsp2017-01-291-286/+1
* Add support for MIMO Tx rates (MCS 8-15) to iwm(4).stsp2016-12-101-17/+22
* Set iwm's RTS retry limit to a more reasonable value. Prevents small framesstsp2016-11-191-2/+2
* Mostly cosmetic tweaks to macros involved in iwm(4) power-saving features.stsp2016-09-201-45/+15
* iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi.stsp2016-09-101-91/+91
* Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h.stsp2016-09-101-1/+83
* Use macros for iwm(4) bitmask definitions instead of enums.stsp2016-09-031-1179/+968
* Although this doesn't seem to cause any issue at the moment, using anstsp2016-09-021-3/+3
* Disable the beacon filter in iwm(4). This allows beacons to pass through tostsp2016-07-201-2/+2
* Add support for Intel Wireless 8260 devices to iwm(4).stsp2016-05-281-1/+345
* Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection.stsp2016-05-251-138/+860
* Fix several nitpicks in iwm(4).stsp2016-05-181-3/+49
* Make sure the maximum iwm(4) firmware command payload size fits intostsp2016-02-071-2/+2
* Add initial 802.11n support to the iwm(4) driver.stsp2015-12-141-8/+52
* a couple comment typosmmcc2015-12-101-3/+3
* When iwm(4) moves to AUTH state it asks the firmware for a "time event" tostsp2015-12-081-1/+38
* Declare macros for antenna flags. Lifted from Linux iwlwifi.stsp2015-11-151-3/+12
* In iwm(4), correctly size and map the mbuf used for large firmware commands.stsp2015-10-161-1/+2
* Remove comments referring to Linux iwlwifi source filenames from iwm(4).stsp2015-06-151-97/+1
* More iwm(4) whitespace fixes from NetBSD.stsp2015-02-231-19/+19
* Add bpf(4) support to iwm(4). Makes tcpdump -i iwm0 work. Based on iwn(4).stsp2015-02-061-5/+6
* Add iwm(4), a new driver for Intel 7260 wifi cards.stsp2015-02-061-0/+5304