summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iwm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address againstsp2020-06-111-3/+1
* Add missing ieee80211_release_node() calls in cases where hardwarejmatthew2020-06-021-1/+4
* Fix typo in a comment that originated in wpi(4) and has spread elsewhere.stsp2020-05-231-2/+2
* Offload CCMP (WPA2) encryption and decryption to iwm(4) hardware.stsp2020-05-181-17/+255
* Add the 'nomimo' nwflag which disables MIMO in 11n mode.stsp2020-04-291-5/+19
* When I removed CCK fallback from iwm(4) I accidentally left an else-if blockstsp2020-04-091-8/+1
* Fix an automatic Tx rate control issue in iwm(4) and iwx(4).stsp2020-04-031-11/+22
* Remove iwm(4) 11n mode CCK Tx rate fallback.stsp2020-04-021-58/+9
* iwm's LQ_CMD can work asynchronously from interrupt context.stsp2020-04-021-30/+8
* Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.stsp2020-04-021-7/+3
* Fix MIMO rates with firmware-based rate scaling in iwm(4).stsp2020-03-311-1/+20
* When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it.stsp2020-03-311-1/+3
* Fix bogus received frame data rates reported by iwm(4) in monitor mode.stsp2020-02-291-2/+2
* In iwm(4), do not drop short control frames in monitor mode and do notstsp2020-02-281-3/+19
* In iwm(4), free mbufs that won't be passed to if_inputm().stsp2020-02-281-4/+16
* Some monitor mode fixes for iwm(4):stsp2020-02-281-21/+50
* Rx interrupt handling can lead to a race where the interrupt is handledtobhe2020-02-261-19/+23
* Implement a workaround for missing Tx completion interrupts in iwm(4).stsp2020-02-121-18/+43
* Check bogus values from interrupt in ict and non-ict case. r1 and r2tobhe2020-02-121-5/+11
* Make iwm(4) clear/set selected bits in the HW_IF_CONFIG register, ratherstsp2019-12-201-6/+9
* Mask high bits of iwm(4) firmware SYSASSERT codes before matchingstsp2019-12-181-3/+9
* Re-enable firmware-based Tx retries at lower rates for iwm(4).stsp2019-12-181-5/+188
* Reinstate monitor mode support in iwm(4).stsp2019-11-271-16/+72
* Add support for Rx buffers containing multiple frames to iwm(4), again.stsp2019-11-271-95/+140
* Fix previous: Don't use an uninitialized variable in iwm_rx_frame().stsp2019-11-261-1/+2
* Eliminate some code duplication in iwm(4) 7k/8k vs. 9k Rx code paths.stsp2019-11-261-120/+83
* Add support for MSI-X. MSI-X allows establishing a number ofpatrick2019-11-261-20/+251
* Compute RSSI on 9k iwm(4) devices in the same way we do for previousstsp2019-11-261-3/+3
* Correctly match another 9560-based device.patrick2019-11-201-1/+2
* Add support for 9260 and 9560 devices to iwm(4).stsp2019-11-181-47/+403
* print firmware version as unsigned intsjcs2019-11-171-2/+2
* Fix support for 3168 iwm(4) devices, and load new firmware for them.stsp2019-11-121-12/+38
* Switch 8260 and 8265 iwm(4) devices to -34 firmware.stsp2019-11-081-3/+3
* Add support to iwm(4) for new umac scan API in newer firmware versions.stsp2019-11-081-42/+192
* Add support to iwm(4) for ADD_STA commands used by newer firmware.stsp2019-11-081-11/+33
* Raise net80211's "beacon miss" threshold to avoid frequent re-connectsstsp2019-11-061-1/+5
* Switch iwm 3160, 7260, and 7265 to -17 firmware images.stsp2019-11-041-5/+5
* Make iwm send the DQA command later, as Linux does. We were sending it tostsp2019-11-041-15/+18
* Don't send the BT coex config command to iwm 8k init firmware because newerstsp2019-11-041-12/+17
* iwm API version -31 firmware and up will crash after load unless the driverstsp2019-11-041-2/+4
* Fix handling of iwm_sf_config() input argument.stsp2019-11-041-2/+2
* Ignore FW_DBG_DEST and FW_DBG_CONF iwm firmware image TLV sections, for now.stsp2019-11-041-1/+5
* Support iwm(4) firmware images with ucode_api flags larger than 32 bits.stsp2019-11-041-5/+11
* Tweak a device type check in iwm_apm_init() to ensure it will matchstsp2019-11-041-2/+2
* Enable only iwm's "firmware-load" interrupt while loading the firmware.stsp2019-11-041-4/+19
* Add support for iwm firmware paging, required for newer 8k device firmware.stsp2019-11-041-2/+288
* Have iwm(4) configure the PCIe LTR.stsp2019-10-281-6/+42
* Make iwm_stop_device() power down bus master DMA clocks on 7k devices only.stsp2019-10-281-7/+9
* Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE PHY_OP notification which willstsp2019-10-281-7/+9
* Get rid of version 1 of iwm's time event firmware API.stsp2019-10-281-63/+6