| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r305470: | Andriy Voskoboinyk | 2016-09-13 | 2 | -35/+42 |
| * | MFC r303322,303326,303327,303345,303413,303416,303418,303557 | Sean Bruno | 2016-08-01 | 15 | -764/+3288 |
| * | [iwm] Use mbuf for large firmware commands, like OpenBSD does. | Adrian Chadd | 2016-06-23 | 2 | -25/+33 |
| * | [iwm] Add and use iwm_phy_db_free(), to plug phy_db memory leak. | Adrian Chadd | 2016-06-23 | 3 | -0/+33 |
| * | [iwm] Fix iwm_dma_contig_free(). dma->map is always NULL here. | Adrian Chadd | 2016-06-23 | 1 | -11/+11 |
| * | [iwm] Use vap->iv_myaddr instead of ic->ic_macaddr when vap != NULL. | Adrian Chadd | 2016-06-23 | 2 | -3/+6 |
| * | [iwm] free RX ring / NVM memory after they're used. | Adrian Chadd | 2016-06-16 | 1 | -4/+12 |
| * | [iwm] Fix up busdma use in the RX path | Adrian Chadd | 2016-06-13 | 2 | -15/+38 |
| * | [iwm] valid_{tx,rx}_ant from radio_cfg is only needed for 8000 family. | Adrian Chadd | 2016-06-02 | 1 | -10/+0 |
| * | [iwm] Fix several nitpicks in iwm(4). | Adrian Chadd | 2016-06-02 | 5 | -86/+56 |
| * | [iwm] Add bit-polling in Rx-DMA init code path. | Adrian Chadd | 2016-06-02 | 1 | -2/+9 |
| * | [iwm] Clean up iwm(4) scanning logic a bit. | Adrian Chadd | 2016-06-02 | 2 | -3/+4 |
| * | [iwm] Use IWM_MAX_CMD_PAYLOAD_SIZE to improve command length checks. | Adrian Chadd | 2016-06-02 | 2 | -2/+6 |
| * | [iwm] add LED blinking for iwm hardware that supports it. | Adrian Chadd | 2016-06-02 | 4 | -1/+303 |
| * | [iwm] remove dead code. | Adrian Chadd | 2016-05-27 | 2 | -16/+2 |
| * | iwm: add 'opt_wlan.h' include into source files. | Andriy Voskoboinyk | 2016-05-19 | 10 | -0/+20 |
| * | iwm: restart device after watchdog timeouts. | Andriy Voskoboinyk | 2016-05-19 | 1 | -2/+3 |
| * | Don't repeat the the word 'the' | Eitan Adler | 2016-05-17 | 1 | -2/+2 |
| * | Follow-up r298818: hide size of 'bands' array behind a macro. | Kevin Lo | 2016-05-16 | 1 | -1/+1 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -6/+6 |
| * | iwm: fix parameters for iwm_add_channel_band() | Andriy Voskoboinyk | 2016-05-02 | 1 | -3/+2 |
| * | iwm: switch to ieee80211_add_channel() | Andriy Voskoboinyk | 2016-05-01 | 2 | -68/+78 |
| * | [iwn] fill in the TX command rate info flags consistently. | Adrian Chadd | 2016-05-01 | 1 | -24/+21 |
| * | The iwm_nic_error() defined if IWM_DEBUG is defined. | Dmitry Chagin | 2016-04-29 | 1 | -1/+2 |
| * | iwm(4): Don't dereference potentially NULL pointer before NULL check | Conrad Meyer | 2016-04-26 | 1 | -1/+1 |
| * | [iwm] implement suspend/resume through ieee80211_{suspend,resume}_all | Adrian Chadd | 2016-04-26 | 2 | -1/+20 |
| * | [iwm] add extra transmit setup/completion logging so I can see what's going on. | Adrian Chadd | 2016-04-26 | 1 | -2/+17 |
| * | [iwm] restart the VAP if there's a firmware panic. | Adrian Chadd | 2016-04-25 | 1 | -6/+13 |
| * | [iwn] fix firmware command use in iwm_auth(). | Adrian Chadd | 2016-04-25 | 5 | -57/+48 |
| * | [iwm] fix up the rate control setup code to initialise rates in the order | Adrian Chadd | 2016-01-18 | 1 | -3/+14 |
| * | iwm: revert r293178 | Andriy Voskoboinyk | 2016-01-05 | 1 | -1/+5 |
| * | iwm: free firmware related resources after uploading it to the hardware | Andriy Voskoboinyk | 2016-01-04 | 1 | -6/+2 |
| * | iwm: store pointer for 'struct firmware' instead of | Andriy Voskoboinyk | 2016-01-04 | 2 | -16/+12 |
| * | iwm: use m_collapse() to defragment a mbuf chain | Andriy Voskoboinyk | 2016-01-03 | 1 | -14/+6 |
| * | iwm: convert to ieee80211_tx_complete() | Andriy Voskoboinyk | 2016-01-03 | 1 | -20/+17 |
| * | iwm: reorganize if_iwmvar.h | Andriy Voskoboinyk | 2016-01-03 | 3 | -118/+113 |
| * | Fix IEEE80211_ADDR_COPY() usage. | Kevin Lo | 2015-10-22 | 1 | -1/+1 |
| * | Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it's | Kevin Lo | 2015-10-21 | 1 | -5/+3 |
| * | net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve... | Adrian Chadd | 2015-10-12 | 1 | -2/+0 |
| * | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | Adrian Chadd | 2015-10-12 | 1 | -5/+0 |
| * | Ensure the ring state is also blanked upon reset, otherwise | Adrian Chadd | 2015-09-18 | 1 | -0/+2 |
| * | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 6 | -217/+117 |
| * | Convert more ifp->if_softc -> ic->ic_softc. | Adrian Chadd | 2015-08-17 | 1 | -5/+4 |
| * | iwm: use the proper include path for iwm headers. | Rui Paulo | 2015-08-08 | 10 | -77/+59 |
| * | iwm: fix a KASSERT: s/ds_size/ds_len/. | Rui Paulo | 2015-08-08 | 1 | -2/+1 |
| * | Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265. | Rui Paulo | 2015-08-08 | 22 | -0/+15684 |