aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm
Commit message (Expand)AuthorAgeFilesLines
* [iwm] Remove 1s delay after fw loading. Can't reproduce issues on AC8260.Adrian Chadd2017-02-081-6/+0
* [iwm] SCAN_ABORT_UMAC response doesn't use a wide idAdrian Chadd2017-02-081-1/+1
* [iwm] Recognize the IWM_UCODE_TLV_FW_MEM_SEG firmware section type.Adrian Chadd2017-02-082-0/+4
* [iwm] Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE notification.Adrian Chadd2017-02-082-1/+22
* [iwm] Very basic DTS thermal sensor support (prints temp as debug msg).Adrian Chadd2017-02-083-1/+38
* [iwm] Only for family 7000 power-down busmaster DMA clocks when stopping.Adrian Chadd2017-02-081-5/+6
* [iwm] Implement apmg_wake_up_wa workaround properly for 7000 family.Adrian Chadd2017-02-085-14/+86
* [iwm] Use iwm_mvm_scan_stop_wait to properly abort scans.Adrian Chadd2017-02-082-4/+33
* [iwm] Add scan abort functions, to properly cancel a running scan.Adrian Chadd2017-02-083-0/+87
* [iwm] Get rid of iwm_disable_rx_dma, just use iwm_pcie_rx_stop directly.Adrian Chadd2017-02-082-25/+18
* [iwm] Use notification wait API to wait for calibration to complete.Adrian Chadd2017-02-062-51/+75
* [iwm] Add implementation of the notification wait api from iwlwifi.Adrian Chadd2017-02-064-0/+373
* [iwm] Change 2nd arg of iwm_phy_db_set_section() to struct iwm_rx_packet.Adrian Chadd2017-02-063-9/+7
* [iwm] Store paging_mem_size field in firmware image information struct.Adrian Chadd2017-02-063-0/+57
* [iwm] Get rid of some gratuitous constant renaming wrt. Linux iwlwifi.Adrian Chadd2017-02-062-18/+28
* [iwm] Sync valid_tx_ant and valid_rx_ant mask handling with iwlwifi.Adrian Chadd2017-02-066-49/+61
* [iwm] Use chipset configuration structs like iwlwifi does.Adrian Chadd2017-02-063-81/+131
* [iwm] Sync nvm parsing code with Linux iwlwifi.Adrian Chadd2017-02-065-139/+185
* [iwm] make sure we call iwm_detach_local() only once.Adrian Chadd2017-02-062-0/+6
* [iwm] Sync if_iwm_phy_db code with Linux iwlwifi.Adrian Chadd2017-02-065-180/+258
* [iwm] The HW Revision stepping constants should be in if_iwmreg.h.Adrian Chadd2017-02-062-4/+10
* [iwm] TODO for QOS support.Adrian Chadd2017-02-061-0/+5
* [iwm] free node reference if rxparams addition fails.Adrian Chadd2017-02-061-2/+6
* [iwm] Sync iwm_nvm_read_chunk() function with Linux iwlwifi.Imre Vadász2016-11-171-10/+27
* iwm: If firmware load fails during init via iwm_preinit() we bail outGavin Atkinson2016-11-121-1/+2
* [iwm] Set full-offload scan flag. Fixes fw panic when already associated.Imre Vadász2016-11-011-0/+2
* [iwm] Get rid of SYNC_RESP_STRUCT and SYNC_RESP_PTR macros.Imre Vadász2016-11-011-32/+18
* net80211: convert all ieee80211_input_mimo*() consumersAndriy Voskoboinyk2016-10-121-2/+4
* iwm: add missing 'Rx errors' counter incrementation.Andriy Voskoboinyk2016-10-091-3/+7
* [net80211] extend the ieee80211_rx_stats struct to include more information.Adrian Chadd2016-10-081-2/+2
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-022-8/+24
* [iwm] fix default antenna selection a bit; fix 5GHz rate control handling.Adrian Chadd2016-09-241-12/+63
* [iwm] use rate control info from the node txrates; use mgmtrate for EAPOL framesAdrian Chadd2016-09-211-34/+24
* [iwm] Improve reliability of iwm_release on disassociation a bit.Imre Vadász2016-09-191-8/+30
* [iwm] Remove dead fw_totlen from struct iwm_fw_sects; clean up struct iwm_nvm...Imre Vadász2016-09-192-15/+0
* [iwm] Use IWM_DEFAULT_SCAN_CHANNELS define as default for sc_capa_n_scan_chan...Imre Vadász2016-09-192-4/+3
* [iwm] Remove deprecated scan API definitions.Imre Vadász2016-09-192-295/+1
* [iwm] Remove wrappers around iwm_dma_contig_free() calls.Imre Vadász2016-09-191-35/+4
* [iwm] Fix iwm_poll_bit() error value check in iwm_attach().Imre Vadász2016-09-191-1/+1
* [iwm] Fix off-by-one check in iwm_read_firmware().Imre Vadász2016-09-191-1/+1
* [iwm] Remove unused field from iwm_rx_data. Use uint32_t instead of enum type.Imre Vadász2016-09-192-2/+1
* [iwm] Use htole16 for policy field in struct iwm_time_event_cmd_v2.Imre Vadász2016-09-191-1/+1
* [iwm] fix up RSSI calculations for both scan results and normal RX operations.Adrian Chadd2016-09-181-6/+36
* iwm: fix scanning for hidden SSIDs.Andriy Voskoboinyk2016-09-062-35/+42
* iwm: fix few comment typos.Andriy Voskoboinyk2016-08-271-2/+2
* iwm: add 'command accepted' debug notification (copied from wpi(4)).Andriy Voskoboinyk2016-08-271-0/+5
* [iwm] Fix iwm_poll_bit() usage in iwm_stop_device(), fixup r303418.Imre Vadász2016-07-301-2/+2
* [iwm] When stopping TX DMA, wait for all channels at once.Imre Vadász2016-07-271-16/+13
* [iwm] Set different pm_timeout for action frames.Imre Vadász2016-07-272-5/+20
* [iwm] Fix inverted logic in iwm_tx().Imre Vadász2016-07-271-1/+1