aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm
Commit message (Expand)AuthorAgeFilesLines
* [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
* iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update.Sean Bruno2016-07-2615-729/+3252
* iwm(4): switch to ieee80211_runtask()Sean Bruno2016-07-252-15/+4
* [iwm] Use mbuf for large firmware commands, like OpenBSD does.Adrian Chadd2016-06-232-25/+33
* [iwm] Add and use iwm_phy_db_free(), to plug phy_db memory leak.Adrian Chadd2016-06-233-0/+33
* [iwm] Fix iwm_dma_contig_free(). dma->map is always NULL here.Adrian Chadd2016-06-231-11/+11
* [iwm] Use vap->iv_myaddr instead of ic->ic_macaddr when vap != NULL.Adrian Chadd2016-06-232-3/+6
* [iwm] free RX ring / NVM memory after they're used.Adrian Chadd2016-06-161-4/+12
* [iwm] Fix up busdma use in the RX pathAdrian Chadd2016-06-132-15/+38
* [iwm] valid_{tx,rx}_ant from radio_cfg is only needed for 8000 family.Adrian Chadd2016-06-021-10/+0
* [iwm] Fix several nitpicks in iwm(4).Adrian Chadd2016-06-025-86/+56
* [iwm] Add bit-polling in Rx-DMA init code path.Adrian Chadd2016-06-021-2/+9
* [iwm] Clean up iwm(4) scanning logic a bit.Adrian Chadd2016-06-022-3/+4
* [iwm] Use IWM_MAX_CMD_PAYLOAD_SIZE to improve command length checks.Adrian Chadd2016-06-022-2/+6
* [iwm] add LED blinking for iwm hardware that supports it.Adrian Chadd2016-06-024-1/+303
* [iwm] remove dead code.Adrian Chadd2016-05-272-16/+2
* iwm: add 'opt_wlan.h' include into source files.Andriy Voskoboinyk2016-05-1910-0/+20
* iwm: restart device after watchdog timeouts.Andriy Voskoboinyk2016-05-191-2/+3
* Don't repeat the the word 'the'Eitan Adler2016-05-171-2/+2
* Follow-up r298818: hide size of 'bands' array behind a macro.Kevin Lo2016-05-161-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-6/+6
* iwm: fix parameters for iwm_add_channel_band()Andriy Voskoboinyk2016-05-021-3/+2
* iwm: switch to ieee80211_add_channel()Andriy Voskoboinyk2016-05-012-68/+78
* [iwn] fill in the TX command rate info flags consistently.Adrian Chadd2016-05-011-24/+21
* The iwm_nic_error() defined if IWM_DEBUG is defined.Dmitry Chagin2016-04-291-1/+2
* iwm(4): Don't dereference potentially NULL pointer before NULL checkConrad Meyer2016-04-261-1/+1
* [iwm] implement suspend/resume through ieee80211_{suspend,resume}_allAdrian Chadd2016-04-262-1/+20
* [iwm] add extra transmit setup/completion logging so I can see what's going on.Adrian Chadd2016-04-261-2/+17
* [iwm] restart the VAP if there's a firmware panic.Adrian Chadd2016-04-251-6/+13
* [iwn] fix firmware command use in iwm_auth().Adrian Chadd2016-04-255-57/+48
* [iwm] fix up the rate control setup code to initialise rates in the orderAdrian Chadd2016-01-181-3/+14
* iwm: revert r293178Andriy Voskoboinyk2016-01-051-1/+5
* iwm: free firmware related resources after uploading it to the hardwareAndriy Voskoboinyk2016-01-041-6/+2
* iwm: store pointer for 'struct firmware' instead ofAndriy Voskoboinyk2016-01-042-16/+12
* iwm: use m_collapse() to defragment a mbuf chainAndriy Voskoboinyk2016-01-031-14/+6
* iwm: convert to ieee80211_tx_complete()Andriy Voskoboinyk2016-01-031-20/+17
* iwm: reorganize if_iwmvar.hAndriy Voskoboinyk2016-01-033-118/+113
* Fix IEEE80211_ADDR_COPY() usage.Kevin Lo2015-10-221-1/+1
* Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it'sKevin Lo2015-10-211-5/+3
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...Adrian Chadd2015-10-121-2/+0
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-5/+0
* Ensure the ring state is also blanked upon reset, otherwiseAdrian Chadd2015-09-181-0/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-276-217/+117
* Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd2015-08-171-5/+4
* iwm: use the proper include path for iwm headers.Rui Paulo2015-08-0810-77/+59
* iwm: fix a KASSERT: s/ds_size/ds_len/.Rui Paulo2015-08-081-2/+1
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.Rui Paulo2015-08-0822-0/+15684