summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwm
Commit message (Expand)AuthorAgeFilesLines
* [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-042-16/+12
* 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-033-118/+113
* 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 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...adrian2015-10-121-2/+0
* 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-276-217/+117
* Convert more ifp->if_softc -> ic->ic_softc.adrian2015-08-171-5/+4
* iwm: use the proper include path for iwm headers.rpaulo2015-08-0810-77/+59
* iwm: fix a KASSERT: s/ds_size/ds_len/.rpaulo2015-08-081-2/+1
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.rpaulo2015-08-0822-0/+15684
OpenPOWER on IntegriCloud