summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwm
Commit message (Expand)AuthorAgeFilesLines
* MFC r305470:avos2016-09-132-35/+42
* MFC r303322,303326,303327,303345,303413,303416,303418,303557sbruno2016-08-0115-764/+3288
* [iwm] Use mbuf for large firmware commands, like OpenBSD does.adrian2016-06-232-25/+33
* [iwm] Add and use iwm_phy_db_free(), to plug phy_db memory leak.adrian2016-06-233-0/+33
* [iwm] Fix iwm_dma_contig_free(). dma->map is always NULL here.adrian2016-06-231-11/+11
* [iwm] Use vap->iv_myaddr instead of ic->ic_macaddr when vap != NULL.adrian2016-06-232-3/+6
* [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-132-15/+38
* [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-025-86/+56
* [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-022-3/+4
* [iwm] Use IWM_MAX_CMD_PAYLOAD_SIZE to improve command length checks.adrian2016-06-022-2/+6
* [iwm] add LED blinking for iwm hardware that supports it.adrian2016-06-024-1/+303
* [iwm] remove dead code.adrian2016-05-272-16/+2
* iwm: add 'opt_wlan.h' include into source files.avos2016-05-1910-0/+20
* iwm: restart device after watchdog timeouts.avos2016-05-191-2/+3
* Don't repeat the the word 'the'eadler2016-05-171-2/+2
* Follow-up r298818: hide size of 'bands' array behind a macro.kevlo2016-05-161-1/+1
* sys/dev: minor spelling fixes.pfg2016-05-032-6/+6
* iwm: fix parameters for iwm_add_channel_band()avos2016-05-021-3/+2
* iwm: switch to ieee80211_add_channel()avos2016-05-012-68/+78
* [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-262-1/+20
* [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-255-57/+48
* [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