summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iwmvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix an automatic Tx rate control issue in iwm(4) and iwx(4).stsp2020-04-031-1/+3
* Remove iwm(4) 11n mode CCK Tx rate fallback.stsp2020-04-021-5/+1
* iwm's LQ_CMD can work asynchronously from interrupt context.stsp2020-04-021-2/+1
* Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.stsp2020-04-021-2/+1
* Some monitor mode fixes for iwm(4):stsp2020-02-281-1/+2
* Implement a workaround for missing Tx completion interrupts in iwm(4).stsp2020-02-121-1/+2
* Re-enable firmware-based Tx retries at lower rates for iwm(4).stsp2019-12-181-1/+4
* Add support for MSI-X. MSI-X allows establishing a number ofpatrick2019-11-261-1/+7
* Add support for 9260 and 9560 devices to iwm(4).stsp2019-11-181-5/+10
* Fix support for 3168 iwm(4) devices, and load new firmware for them.stsp2019-11-121-1/+2
* Add support to iwm(4) for ADD_STA commands used by newer firmware.stsp2019-11-081-1/+2
* Support iwm(4) firmware images with ucode_api flags larger than 32 bits.stsp2019-11-041-2/+2
* Add support for iwm firmware paging, required for newer 8k device firmware.stsp2019-11-041-1/+20
* Have iwm(4) configure the PCIe LTR.stsp2019-10-281-1/+2
* Skip the 'update MCC' command if iwm 8k firmware supports Locationstsp2019-10-281-1/+3
* iwm: enlarge maximum NVM section size; required for newer firmwarestsp2019-10-281-1/+2
* Add support for dynamic queue allocation (DQA) to iwm(4).stsp2019-10-181-1/+2
* Rework iwm(4) Tx rate selection.stsp2019-02-241-3/+5
* Add support for background scanning to net80211 and iwm(4).stsp2017-12-081-1/+2
* In iwm(4), allocate command response buffers dynamically in a ringstsp2017-10-221-8/+5
* Introduce reference counting for tasks in iwm(4).stsp2017-10-041-2/+4
* Make it possible for iwm_stop() to sleep by always running it instsp2017-08-271-1/+2
* Add proper support for iwm(4) firmware's time event. Cancel the event ifstsp2017-08-131-1/+4
* In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(),stsp2017-08-121-3/+2
* Add comments to the definitions of iwm(4) driver-private flags.stsp2017-07-161-7/+7
* Get rid of the device reset hack in iwm_newstate_task().stsp2017-07-151-1/+4
* Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant.stsp2017-06-201-4/+3
* Make iwm(4) wait for the PHY calibration result notification during HW init.stsp2017-06-141-1/+3
* Remove unused flag IWM_FLAG_STOPPED.stsp2017-05-281-4/+3
* Unbreak the tree. I missed a header file change in my last iwm(4) commit.stsp2017-05-081-1/+2
* Switch the iwm(4) driver to mira rate adaptation in 11n mode.stsp2016-11-301-1/+2
* Properly support the mac context command in iwm. This was wrong in many ways.stsp2016-09-211-5/+1
* Simplify handling of the AUX STA in iwm(4). There is no good reason forstsp2016-09-121-8/+1
* iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi.stsp2016-09-101-7/+7
* Replace iwm's ioctl tsleep/wakeup BUSY flag dance with an rwlock.stsp2016-09-041-3/+4
* The struct iwm_rbuf definition, and the wantresp field in structstsp2016-09-021-9/+1
* Remove IWM_CMD_SYNC, which expands to zero while all the otherstsp2016-08-151-2/+1
* Add support for Intel Wireless 8260 devices to iwm(4).stsp2016-05-281-1/+11
* Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection.stsp2016-05-251-10/+15
* Keep track of HT protection settings in beacons and have 11n-capablestsp2016-01-251-1/+4
* Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modestsp2016-01-051-5/+1
* Add initial 802.11n support to the iwm(4) driver.stsp2015-12-141-3/+14
* When iwm(4) moves to AUTH state it asks the firmware for a "time event" tostsp2015-12-081-4/+2
* remove some horrible iwm typedefsjsg2015-10-221-4/+1
* Add a symbolic name for the special '-1' value of iwm's sc_wantresp.stsp2015-10-111-1/+4
* Simplify iwm(4) newstate task by only queuing one state transitionstsp2015-10-051-1/+4
* Remove comments referring to Linux iwlwifi source filenames from iwm(4).stsp2015-06-151-10/+1
* Make the wifi LED work with iwm(4).stsp2015-06-151-1/+2
* workaround for interrupt coalescing bug not needed on 7265jsg2015-03-021-1/+3
* load the correct firmware for 3160/7265jsg2015-03-021-2/+1