summaryrefslogtreecommitdiff
path: root/sys/dev/iwm/if_iwmreg.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r355144:Mark Johnston2019-12-111-97/+97
* MFC r354201, r354276, r354492-r354517, r354562:Mark Johnston2019-11-211-47/+382
* MFC r343065, r343373-r343390, r343477Kyle Evans2019-04-081-129/+124
* MFC r345002:Andriy Voskoboinyk2019-03-151-0/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* [iwm] Sync rs (rate-selection) API definitions from Linux iwlwifi.Adrian Chadd2017-07-261-23/+60
* [iwm] Sync statistics API definitions with Linux iwlwifi.Adrian Chadd2017-07-261-59/+69
* [iwm] Remove support for fw older than -17 and -22Adrian Chadd2017-06-041-23/+0
* [iwm] Set command code for PHY_DB as well.Adrian Chadd2017-06-041-1/+1
* [iwm] Remove dead code from iwm_pcie_load_cpu_sections().Adrian Chadd2017-06-041-12/+0
* [iwm] Process multiple frames per RX buffer.Adrian Chadd2017-05-121-9/+4
* [iwm] Change UCODE_TLV_API #define-s from bitmasks to indexes.Adrian Chadd2017-05-121-6/+6
* [iwm] Add basic powermanagement support via ifconfig wlan0 powersave.Adrian Chadd2017-05-091-9/+9
* [iwm] Enable Energy Based Scan (EBS).Adrian Chadd2017-03-251-0/+7
* [iwm] Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags.Adrian Chadd2017-03-231-69/+6
* [iwm] Add support for Firmware paging, needed for newer 8000C firmware.Adrian Chadd2017-02-241-28/+40
* [iwm] Sync IWM_MVM_ALIVE waiting and start_fw handling with iwlwifi.Adrian Chadd2017-02-221-8/+8
* [iwm] Recognize the IWM_UCODE_TLV_FW_MEM_SEG firmware section type.Adrian Chadd2017-02-081-0/+1
* [iwm] Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE notification.Adrian Chadd2017-02-081-0/+19
* [iwm] Very basic DTS thermal sensor support (prints temp as debug msg).Adrian Chadd2017-02-081-0/+24
* [iwm] Store paging_mem_size field in firmware image information struct.Adrian Chadd2017-02-061-0/+22
* [iwm] Sync nvm parsing code with Linux iwlwifi.Adrian Chadd2017-02-061-12/+7
* [iwm] Sync if_iwm_phy_db code with Linux iwlwifi.Adrian Chadd2017-02-061-39/+0
* [iwm] The HW Revision stepping constants should be in if_iwmreg.h.Adrian Chadd2017-02-061-0/+10
* [iwm] Use IWM_DEFAULT_SCAN_CHANNELS define as default for sc_capa_n_scan_chan...Imre Vadász2016-09-191-3/+0
* [iwm] Remove deprecated scan API definitions.Imre Vadász2016-09-191-294/+1
* [iwm] Remove unused field from iwm_rx_data. Use uint32_t instead of enum type.Imre Vadász2016-09-191-1/+1
* iwm: fix scanning for hidden SSIDs.Andriy Voskoboinyk2016-09-061-0/+3
* iwm: fix few comment typos.Andriy Voskoboinyk2016-08-271-2/+2
* [iwm] Set different pm_timeout for action frames.Imre Vadász2016-07-271-0/+12
* iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update.Sean Bruno2016-07-261-145/+1208
* [iwm] Fix several nitpicks in iwm(4).Adrian Chadd2016-06-021-2/+48
* [iwm] Use IWM_MAX_CMD_PAYLOAD_SIZE to improve command length checks.Adrian Chadd2016-06-021-0/+1
* Don't repeat the the word 'the'Eitan Adler2016-05-171-2/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-5/+5
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.Rui Paulo2015-08-081-0/+5320