aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm
Commit message (Expand)AuthorAgeFilesLines
* [iwm] Add support for iwm 3168 cardsEitan Adler2018-03-283-0/+11
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-1/+4
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Add support for Intel 8265 WiFiGeorge V. Neville-Neil2017-10-093-1/+12
* [iwm] Sync rs (rate-selection) API definitions from Linux iwlwifi.Adrian Chadd2017-07-261-23/+60
* [iwm] Add iwm_mvm_send_lq_cmd() from Linux iwlwifi to if_iwm_util.c.Adrian Chadd2017-07-263-11/+31
* [iwm] Sync statistics API definitions with Linux iwlwifi.Adrian Chadd2017-07-263-67/+84
* [iwm] Cleanup mbufq draining. Add iwm_xmit_queue_drain() like in iwn(4).Adrian Chadd2017-07-262-3/+18
* [iwm] if_iwm - Use chan list from ieee80211_scan_state for scan, not ic_chann...Adrian Chadd2017-07-261-11/+8
* [iwm] actually use the new rxon function now.Adrian Chadd2017-07-171-6/+1
* [iwm] if_iwm - Factor out and improve iwm_mvm_scan_rxon_flags() in if_iwm_sca...Adrian Chadd2017-07-171-6/+24
* [iwm] Remove support for fw older than -17 and -22Adrian Chadd2017-06-042-25/+1
* [iwm] Ignore IWM_DEBUG_LOG_MSG notifications.Adrian Chadd2017-06-041-1/+8
* [iwm] Set command code for PHY_DB as well.Adrian Chadd2017-06-043-3/+3
* [iwm] Set correct state in smart-fifo configuration.Adrian Chadd2017-06-041-1/+1
* [iwm] Remove dead code from iwm_pcie_load_cpu_sections().Adrian Chadd2017-06-042-20/+0
* [iwm] Check for lar_disable tunable, and lar_enabled flag from NVM.Adrian Chadd2017-06-043-9/+59
* [iwm] Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.Adrian Chadd2017-06-045-155/+428
* [iwm] Recognize IWM_FW_PAGING_BLOCK_CMD wide cmd response correctly.Adrian Chadd2017-05-121-1/+2
* [iwm] Revert "if_iwm - SCAN_ABORT_UMAC response doesn't use a wide id"Adrian Chadd2017-05-121-1/+1
* [iwm] Fix iwm_mvm_send_cmd_pdu(_status) declarations. Make id a uint32_t.Adrian Chadd2017-05-122-4/+4
* [iwm] Adjust if_iwm_sta.h prototypes, don't pass iwm_node to rm_sta().Adrian Chadd2017-05-123-12/+18
* [iwm] Make powersaving more similar to Linux iwlwifi behaviour.Adrian Chadd2017-05-123-5/+36
* [iwm] Clean up if_iwm_power.c a bit. Fix iwm_power_scheme debug print.Adrian Chadd2017-05-121-4/+3
* [iwm] Switch arguments from iwm_node* to iwm_vap* in if_iwm_power.c.Adrian Chadd2017-05-123-17/+16
* [iwm] Already call iwm_mvm_power_update_mac() during SCAN<->AUTH paths.Adrian Chadd2017-05-121-6/+12
* [iwm] Refuse connection to APs with beacon interval < 16.Adrian Chadd2017-05-121-0/+15
* [iwm] Handle AUTH->SCAN/INIT and ASSOC->SCAN/INIT betterAdrian Chadd2017-05-121-0/+33
* [iwm] Factor out firmware station handling into if_iwm_sta.c.Adrian Chadd2017-05-124-146/+605
* [iwm] Deduplicate code in iwm_auth() from an if condition.Adrian Chadd2017-05-121-36/+18
* [iwm] No need for iwm_assoc() in AUTH->ASSOC transition.Adrian Chadd2017-05-121-39/+15
* [iwm] Properly implement iwm_wme_update callback function.Adrian Chadd2017-05-124-20/+75
* [iwm] Process multiple frames per RX buffer.Adrian Chadd2017-05-123-75/+138
* [iwm] Change UCODE_TLV_API #define-s from bitmasks to indexes.Adrian Chadd2017-05-121-6/+6
* [iwm] Sync iwm_read_firmware()'s loop to iwlwifi's code.Adrian Chadd2017-05-121-23/+28
* [iwm] change the check for ADD_STA status, use IWM_ADD_STA_STATUS_MASK.Adrian Chadd2017-05-121-2/+2
* [iwm] Sanity check channel for IEEE80211_CHAN_ANYC in if_iwm_mac_ctxt.c.Adrian Chadd2017-05-121-1/+1
* [if_iwm] Get rid of another usage of the IWM_DEFAULT_MACID/_COLOR constant.Adrian Chadd2017-05-121-2/+2
* [if_iwm] Partly sync if_iwm_binding.c to Linux iwlwifi code.Adrian Chadd2017-05-128-53/+100
* [iwm] Move in_phyctxt from struct iwm_node to phy_ctxt in struct iwm_vap.Adrian Chadd2017-05-094-21/+22
* [iwm] Allow listening on both chains/atennas to get diversity.Adrian Chadd2017-05-093-0/+29
* [iwm] Add basic powermanagement support via ifconfig wlan0 powersave.Adrian Chadd2017-05-096-64/+369
* [iwm] Add iwm_nic_unlock() calls missing from previous commit.Adrian Chadd2017-05-092-0/+8
* [iwm] iwm_{read,write}_prph() don't grab the nic lock in iwm themselves.Adrian Chadd2017-05-092-22/+41
* [iwm] include opt_iwm.h and opt_wlan.h consistently in all files.Adrian Chadd2017-05-0915-0/+21
* iwm: fix build without IWM_DEBUG.Andriy Voskoboinyk2017-03-271-6/+11
* [iwm] Add the BSS's basic rates to iwm's LQ command, not all the rates.Adrian Chadd2017-03-253-8/+27
* [iwm] Enable Energy Based Scan (EBS).Adrian Chadd2017-03-255-20/+126
* [iwm] GC unused code from if_iwm_scan.c, copyied from iwn or iwlwifi/dvm.Adrian Chadd2017-03-251-52/+0
* [iwm] Tiny cleanup in iwm_rx_addbuf().Adrian Chadd2017-03-251-5/+3