aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm/if_iwm_scan.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* iwm: update if_iwmreg.h to the latest (as of today) openbsd changesAdrian Chadd2021-10-271-5/+5
* iwm(4): Remove _mvm from the namespace.Mark Johnston2019-11-271-55/+55
* iwm: Implement support for scans with "adaptive" dwell time.Mark Johnston2019-11-071-40/+75
* iwm: Simplify fw_has_{api,capa}().Mark Johnston2019-11-071-4/+3
* iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming.Kyle Evans2019-01-241-12/+15
* [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] include opt_iwm.h and opt_wlan.h consistently in all files.Adrian Chadd2017-05-091-0/+1
* iwm: fix build without IWM_DEBUG.Andriy Voskoboinyk2017-03-271-6/+11
* [iwm] Enable Energy Based Scan (EBS).Adrian Chadd2017-03-251-3/+98
* [iwm] GC unused code from if_iwm_scan.c, copyied from iwn or iwlwifi/dvm.Adrian Chadd2017-03-251-52/+0
* [iwm] Make ucode capabilities and api flags handling more like iwlwifi.Adrian Chadd2017-03-231-12/+12
* [iwm] Add scan abort functions, to properly cancel a running scan.Adrian Chadd2017-02-081-0/+84
* [iwm] Sync valid_tx_ant and valid_rx_ant mask handling with iwlwifi.Adrian Chadd2017-02-061-4/+4
* [iwm] Sync nvm parsing code with Linux iwlwifi.Adrian Chadd2017-02-061-2/+2
* iwm: fix scanning for hidden SSIDs.Andriy Voskoboinyk2016-09-061-35/+39
* iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update.Sean Bruno2016-07-261-149/+432
* [iwm] Use vap->iv_myaddr instead of ic->ic_macaddr when vap != NULL.Adrian Chadd2016-06-231-2/+5
* [iwm] Clean up iwm(4) scanning logic a bit.Adrian Chadd2016-06-021-1/+0
* iwm: add 'opt_wlan.h' include into source files.Andriy Voskoboinyk2016-05-191-0/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-2/+2
* iwm: use the proper include path for iwm headers.Rui Paulo2015-08-081-15/+5
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.Rui Paulo2015-08-081-0/+458