aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm/if_iwmvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* iwm: improve rfkill handlingAndriy Gapon2020-05-201-0/+2
* iwm(4): Remove _mvm from the namespace.Mark Johnston2019-11-271-6/+6
* iwm: Implement the new receive path.Mark Johnston2019-11-071-6/+8
* iwm: Simplify fw_has_{api,capa}().Mark Johnston2019-11-071-14/+12
* iwm: Remove a couple of unused fields from the softc.Mark Johnston2019-11-071-4/+0
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-1/+1
* iwm - Update alive response handling, add v4 and remove old versions.Kyle Evans2019-01-241-1/+1
* iwm - Clear Time Event active state, when receiving End Notification.Kyle Evans2019-01-241-0/+6
* iwm - Improve firmware Time Event handling.Kyle Evans2019-01-241-0/+4
* iwm - Track firmware state better, and improve handling in iwm_newstate().Kyle Evans2019-01-241-0/+4
* if_iwm - Configure the PCIe LTR, fix PCI express capability accesses.Kyle Evans2019-01-241-0/+2
* iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming.Kyle Evans2019-01-241-7/+11
* if_iwm - Move iwm_read_firmware() call into iwm_attach().Kyle Evans2019-01-241-10/+0
* if_iwm - Update firmware rs table, instead of indexing the table in tx cmds.Kyle Evans2019-01-241-2/+0
* [iwm] Sync statistics API definitions with Linux iwlwifi.Adrian Chadd2017-07-261-1/+1
* [iwm] Check for lar_disable tunable, and lar_enabled flag from NVM.Adrian Chadd2017-06-041-0/+1
* [iwm] Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.Adrian Chadd2017-06-041-0/+3
* [iwm] Make powersaving more similar to Linux iwlwifi behaviour.Adrian Chadd2017-05-121-0/+3
* [iwm] Properly implement iwm_wme_update callback function.Adrian Chadd2017-05-121-0/+13
* [iwm] Process multiple frames per RX buffer.Adrian Chadd2017-05-121-1/+0
* [if_iwm] Partly sync if_iwm_binding.c to Linux iwlwifi code.Adrian Chadd2017-05-121-0/+3
* [iwm] Move in_phyctxt from struct iwm_node to phy_ctxt in struct iwm_vap.Adrian Chadd2017-05-091-1/+2
* [iwm] Add basic powermanagement support via ifconfig wlan0 powersave.Adrian Chadd2017-05-091-0/+3
* [iwm] Enable Energy Based Scan (EBS).Adrian Chadd2017-03-251-0/+2
* [iwm] Make ucode capabilities and api flags handling more like iwlwifi.Adrian Chadd2017-03-231-6/+24
* [iwm] Add support for Firmware paging, needed for newer 8000C firmware.Adrian Chadd2017-02-241-0/+18
* [iwm] Move struct iwm_cfg chipset configs to if_iwm_7000.c and _8000.cAdrian Chadd2017-02-221-23/+1
* [iwm] Get rid of unneeded IWM_FWDMASEGSZ and IWM_FWMAXSIZE constantsAdrian Chadd2017-02-221-5/+0
* [iwm] Sync IWM_MVM_ALIVE waiting and start_fw handling with iwlwifi.Adrian Chadd2017-02-221-12/+9
* [iwm] Synchronize firmware loading code with Linux iwlwifi.Adrian Chadd2017-02-221-5/+9
* [iwm] Implement apmg_wake_up_wa workaround properly for 7000 family.Adrian Chadd2017-02-081-0/+5
* [iwm] Use iwm_mvm_scan_stop_wait to properly abort scans.Adrian Chadd2017-02-081-0/+1
* [iwm] Use notification wait API to wait for calibration to complete.Adrian Chadd2017-02-061-1/+0
* [iwm] Add implementation of the notification wait api from iwlwifi.Adrian Chadd2017-02-061-0/+2
* [iwm] Store paging_mem_size field in firmware image information struct.Adrian Chadd2017-02-061-0/+1
* [iwm] Get rid of some gratuitous constant renaming wrt. Linux iwlwifi.Adrian Chadd2017-02-061-6/+16
* [iwm] Sync valid_tx_ant and valid_rx_ant mask handling with iwlwifi.Adrian Chadd2017-02-061-1/+4
* [iwm] Use chipset configuration structs like iwlwifi does.Adrian Chadd2017-02-061-9/+22
* [iwm] Sync nvm parsing code with Linux iwlwifi.Adrian Chadd2017-02-061-7/+6
* [iwm] make sure we call iwm_detach_local() only once.Adrian Chadd2017-02-061-0/+1
* [iwm] Sync if_iwm_phy_db code with Linux iwlwifi.Adrian Chadd2017-02-061-20/+1
* [iwm] The HW Revision stepping constants should be in if_iwmreg.h.Adrian Chadd2017-02-061-4/+0
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-0/+1
* [iwm] Remove dead fw_totlen from struct iwm_fw_sects; clean up struct iwm_nvm...Imre Vadász2016-09-191-9/+0
* [iwm] Remove unused field from iwm_rx_data. Use uint32_t instead of enum type.Imre Vadász2016-09-191-1/+0
* iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update.Sean Bruno2016-07-261-18/+26
* iwm(4): switch to ieee80211_runtask()Sean Bruno2016-07-251-1/+0
* [iwm] Fix up busdma use in the RX pathAdrian Chadd2016-06-131-0/+1
* [iwm] add LED blinking for iwm hardware that supports it.Adrian Chadd2016-06-021-0/+1