aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm
Commit message (Expand)AuthorAgeFilesLines
* 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