summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwm/if_iwm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r303322,303326,303327,303345,303413,303416,303418,303557sbruno2016-08-011-368/+1470
* [iwm] Use mbuf for large firmware commands, like OpenBSD does.adrian2016-06-231-2/+13
* [iwm] Add and use iwm_phy_db_free(), to plug phy_db memory leak.adrian2016-06-231-0/+2
* [iwm] Fix iwm_dma_contig_free(). dma->map is always NULL here.adrian2016-06-231-11/+11
* [iwm] free RX ring / NVM memory after they're used.adrian2016-06-161-4/+12
* [iwm] Fix up busdma use in the RX pathadrian2016-06-131-15/+37
* [iwm] valid_{tx,rx}_ant from radio_cfg is only needed for 8000 family.adrian2016-06-021-10/+0
* [iwm] Fix several nitpicks in iwm(4).adrian2016-06-021-24/+5
* [iwm] Add bit-polling in Rx-DMA init code path.adrian2016-06-021-2/+9
* [iwm] Clean up iwm(4) scanning logic a bit.adrian2016-06-021-2/+4
* [iwm] add LED blinking for iwm hardware that supports it.adrian2016-06-021-1/+19
* [iwm] remove dead code.adrian2016-05-271-14/+2
* iwm: add 'opt_wlan.h' include into source files.avos2016-05-191-0/+2
* iwm: restart device after watchdog timeouts.avos2016-05-191-2/+3
* Follow-up r298818: hide size of 'bands' array behind a macro.kevlo2016-05-161-1/+1
* iwm: fix parameters for iwm_add_channel_band()avos2016-05-021-3/+2
* iwm: switch to ieee80211_add_channel()avos2016-05-011-68/+75
* [iwn] fill in the TX command rate info flags consistently.adrian2016-05-011-24/+21
* The iwm_nic_error() defined if IWM_DEBUG is defined.dchagin2016-04-291-1/+2
* iwm(4): Don't dereference potentially NULL pointer before NULL checkcem2016-04-261-1/+1
* [iwm] implement suspend/resume through ieee80211_{suspend,resume}_alladrian2016-04-261-1/+19
* [iwm] add extra transmit setup/completion logging so I can see what's going on.adrian2016-04-261-2/+17
* [iwm] restart the VAP if there's a firmware panic.adrian2016-04-251-6/+13
* [iwn] fix firmware command use in iwm_auth().adrian2016-04-251-50/+42
* [iwm] fix up the rate control setup code to initialise rates in the orderadrian2016-01-181-3/+14
* iwm: revert r293178avos2016-01-051-1/+5
* iwm: free firmware related resources after uploading it to the hardwareavos2016-01-041-6/+2
* iwm: store pointer for 'struct firmware' instead ofavos2016-01-041-14/+11
* iwm: use m_collapse() to defragment a mbuf chainavos2016-01-031-14/+6
* iwm: convert to ieee80211_tx_complete()avos2016-01-031-20/+17
* iwm: reorganize if_iwmvar.havos2016-01-031-8/+7
* Fix IEEE80211_ADDR_COPY() usage.kevlo2015-10-221-1/+1
* Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it'skevlo2015-10-211-5/+3
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-5/+0
* Ensure the ring state is also blanked upon reset, otherwiseadrian2015-09-181-0/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-200/+104
* Convert more ifp->if_softc -> ic->ic_softc.adrian2015-08-171-5/+4
* iwm: use the proper include path for iwm headers.rpaulo2015-08-081-13/+13
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.rpaulo2015-08-081-0/+5125
OpenPOWER on IntegriCloud