summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwmvar.h
AgeCommit message (Expand)Author
2022-05-14Remove unused buf_dma member from struct iwm_rx_ring.Stefan Sperling
2022-03-19Fix attach of multiple iwm(4) or iwx(4) interfaces in the same machine.Stefan Sperling
2022-03-19Add initial 802.11ac support to the iwm(4) driver.Stefan Sperling
2022-01-09spellingJonathan Gray
2021-12-20Make iwm(4) attach to PCI devices with product ID 0x31dc.Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwm(4).Stefan Sperling
2021-11-27Let iwm(4) use per-Tx-queue interface timers to ensure that the interfaceStefan Sperling
2021-10-11Add support for 802.11n 40MHz channels to the iwm(4) driver.Stefan Sperling
2021-10-07Make our old BSSID available to iwm_newstate() when roaming.Stefan Sperling
2021-07-08Support MCC update response used by newer iwm(4) firmware, and verifyStefan Sperling
2021-07-08Back out support for newer MCC update commands in iwm(4) for now.Stefan Sperling
2021-07-07Support MCC update response used by newer iwm(4) firmware, and verifyStefan Sperling
2021-07-07Support the SoC configuration command used by newer iwm(4) 9560 firmware.Stefan Sperling
2021-07-07Parse CMD_VERSION TLV found in iwm(4) fw images and add iwm_lookup_cmd_ver().Stefan Sperling
2021-06-01Revert iwm(4) firmware updates for now; robert@ reports stalled Tx on 9260Stefan Sperling
2021-06-01Switch iwm(4) to new firmware images available in iwm-firmware-20210512.Stefan Sperling
2021-05-10Let iwm(4) flush Tx queues before removing the firmware station andStefan Sperling
2021-05-03Add 802.11n Tx aggregation support to iwm(4).Stefan Sperling
2021-04-29Make iwn, iwm, and iwx keep track of beacon parameters at run-time.Stefan Sperling
2021-04-25Implement support for Rx aggregation offload in iwm(9) and iwx(4), andStefan Sperling
2021-03-12Use RA instead of MiRA in iwm(4).Stefan Sperling
2020-10-11Stop exporting `wt_hwqueue' now that drivers don't advertise it.Martin Pieuchot
2020-10-09Kill unused IEEE80211_RADIOTAP_HWQUEUE.Martin Pieuchot
2020-04-03Fix an automatic Tx rate control issue in iwm(4) and iwx(4).Stefan Sperling
2020-04-02Remove iwm(4) 11n mode CCK Tx rate fallback.Stefan Sperling
2020-04-02iwm's LQ_CMD can work asynchronously from interrupt context.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-02-28Some monitor mode fixes for iwm(4):Stefan Sperling
2020-02-12Implement a workaround for missing Tx completion interrupts in iwm(4).Stefan Sperling
2019-12-18Re-enable firmware-based Tx retries at lower rates for iwm(4).Stefan Sperling
2019-11-26Add support for MSI-X. MSI-X allows establishing a number ofPatrick Wildt
2019-11-18Add support for 9260 and 9560 devices to iwm(4).Stefan Sperling
2019-11-12Fix support for 3168 iwm(4) devices, and load new firmware for them.Stefan Sperling
2019-11-08Add support to iwm(4) for ADD_STA commands used by newer firmware.Stefan Sperling
2019-11-04Support iwm(4) firmware images with ucode_api flags larger than 32 bits.Stefan Sperling
2019-11-04Add support for iwm firmware paging, required for newer 8k device firmware.Stefan Sperling
2019-10-28Have iwm(4) configure the PCIe LTR.Stefan Sperling
2019-10-28Skip the 'update MCC' command if iwm 8k firmware supports LocationStefan Sperling
2019-10-28iwm: enlarge maximum NVM section size; required for newer firmwareStefan Sperling
2019-10-18Add support for dynamic queue allocation (DQA) to iwm(4).Stefan Sperling
2019-02-24Rework iwm(4) Tx rate selection.Stefan Sperling
2017-12-08Add support for background scanning to net80211 and iwm(4).Stefan Sperling
2017-10-22In iwm(4), allocate command response buffers dynamically in a ringStefan Sperling
2017-10-04Introduce reference counting for tasks in iwm(4).Stefan Sperling
2017-08-27Make it possible for iwm_stop() to sleep by always running it inStefan Sperling
2017-08-13Add proper support for iwm(4) firmware's time event. Cancel the event ifStefan Sperling
2017-08-12In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(),Stefan Sperling
2017-07-16Add comments to the definitions of iwm(4) driver-private flags.Stefan Sperling
2017-07-15Get rid of the device reset hack in iwm_newstate_task().Stefan Sperling
2017-06-20Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant.Stefan Sperling