summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iwx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare for newer iwx(4) firmware scan command versions.stsp2020-06-221-4/+18
* Update definition of the iwx_ac_to_tx_fifo map.stsp2020-06-221-5/+5
* Enable critical temperature detection in iwx(4) firmware.stsp2020-06-221-1/+45
* Do not copy an SSID into the iwx(4) probe request template.stsp2020-06-221-2/+4
* Fix unconditional write to v1.scan_priority in iwx(4) scan command.stsp2020-06-221-2/+3
* Fix length specification for 2GHz band IE data in iwx(4) probe requeststsp2020-06-221-2/+2
* Make iwx(4) reset Tx byte count table slots for frames that are done.stsp2020-06-191-5/+11
* Add WPA2 (CCMP) crypto offload support to iwx(4).stsp2020-06-191-13/+182
* Let iwx(4) firmware decide which Tx rate to use.stsp2020-06-171-6/+146
* In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address againstsp2020-06-111-3/+1
* Make iwx(4) update the Tx ring byte count table.stsp2020-06-111-8/+1
* Load iwx(4) firmware just once.stsp2020-06-111-15/+1
* Add initial support for regulatory domain updates in iwx(4).stsp2020-06-111-7/+64
* Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM datastsp2020-06-111-23/+183
* Fix wrong size passed to free(9) when freeing an iwx(4) firmware image.stsp2020-06-101-51/+58
* Compute the Tx queue ID consistently in iwx(4).stsp2020-06-101-4/+4
* fix wrong firmware filename typo in a comment in iwx_read_firmware()stsp2020-05-261-2/+2
* Make the necessary adjustments to parse iwx(4) -48 firmware image files.stsp2020-05-261-1/+9
* Implement support for the iwx(4) SOC_CONFIGURATION command.stsp2020-05-261-3/+50
* Don't enable any BT modules in the iwx(4) BT_COEX command.stsp2020-05-261-2/+2
* Make iwx(4) flush the Tx path before removing the AP from the firmware'sstsp2020-05-261-8/+7
* Make iwx(4) binding command work on -48 firmware.stsp2020-05-261-2/+3
* Support iwx(4) firmware's BEACON_FILTER_CONFIG_API_S_VER_4 command.stsp2020-05-261-2/+10
* Fix PHY_CONTEXT commands sent to iwx(4) firmware.stsp2020-05-161-54/+59
* Add the 'nomimo' nwflag which disables MIMO in 11n mode.stsp2020-04-291-4/+18
* Fix an automatic Tx rate control issue in iwm(4) and iwx(4).stsp2020-04-031-14/+20
* Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead.stsp2020-04-021-7/+3
* When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it.stsp2020-03-311-1/+3
* Fix bogus received frame data rates reported by iwx(4) in monitor mode.stsp2020-02-291-2/+2
* Let iwx(4) ignore RX_NO_DATA_NOTIF firmware messages; seen in monitor modestsp2020-02-281-1/+4
* In iwx(4) do not drop short control frames in monitor mode and do notstsp2020-02-281-2/+10
* In iwx(4), free mbufs that won't be passed to if_inputm().stsp2020-02-281-2/+8
* Sync monitor mode fixes from iwm(4) to iwx(4):stsp2020-02-281-6/+22
* Sync tobhe's periodic interrupt fix from iwm(4) to iwx(4).stsp2020-02-281-19/+23
* Add iwx(4), a new driver for Intel AX200 wifi devices.stsp2020-02-151-0/+7899