Age | Commit message (Expand) | Author |
2017-05-28 | Fix some spurious fatal firmware errors in iwm(4). | Stefan Sperling |
2017-05-28 | Remove unused flag IWM_FLAG_STOPPED. | Stefan Sperling |
2017-05-26 | Get rid of the DELAY() hack in the firmware loader for 8000 family | Stefan Sperling |
2017-05-08 | In iwm_send_cmd(), look at the generation counter instead of the STOPPED flag | Stefan Sperling |
2017-05-08 | In iwm(4) avoid locking the NIC redundantly and perform accounting of | Stefan Sperling |
2017-05-08 | Fix issues with iwm(4) firmware's retry rate table: | Stefan Sperling |
2017-05-04 | If iwm_nic_lock() cannot access the device then print "acquiring device failed" | Stefan Sperling |
2017-04-27 | Restore if_iwm.c r1.173 (mira retry change) which got incarcerated by | Stefan Sperling |
2017-04-27 | Revert if_iwm.c to the state of r1.170 because ETOOMANYDRAGONSATONCE. | Stefan Sperling |
2017-04-26 | Get rid of convoluted macros in iwm's receive code path. | Stefan Sperling |
2017-04-26 | Remove the size argument of iwm_rx_addbuf() and use a constant internally. | Stefan Sperling |
2017-04-26 | Tell MiRA about the actual number of retries instead of pretending that | Stefan Sperling |
2017-04-24 | Implement monitor mode support for iwm(4). | Stefan Sperling |
2017-04-24 | Implement support for multiple packets per receive DMA buffer in iwm(4). | Stefan Sperling |
2017-04-21 | Make id parameter of iwm_send_cmd_pdu() a uint32_t so that it matches | Stefan Sperling |
2017-04-21 | Fix nic lock usage around iwm_disable_rx_dma(). | Stefan Sperling |
2017-04-21 | Fix nic lock usages around iwm_{read,write}_prph(). | Stefan Sperling |
2017-04-04 | Add 8265 and 3168 support. Both cards need new firmware files which currently | Claudio Jeker |
2017-03-08 | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING | Martin Pieuchot |
2017-02-20 | Remove hack to release/re-acquire netlock in _ioctl(). | Kenneth R Westerback |
2017-02-16 | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". | Martin Pieuchot |
2017-02-07 | Release the NET_LOCK() before entering per-driver ioctl() routine. | Martin Pieuchot |
2017-02-04 | Prefer <sys/endian.h> to <machine/endian.h> | Philip Guenther |
2017-02-04 | Prevent netlock related deadlock with the X server during iwm(4) scans. | Paul Irofti |
2017-01-29 | The iwm_get_active_dwell() and iwm_get_passive_dwell() functions are | Stefan Sperling |
2017-01-29 | In iwm(4), remove old deprecated scan API definitions which have been | Stefan Sperling |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2017-01-21 | In iwm(4), cancel mira timeouts in iwm_stop() and iwm_newstate() instead of | Stefan Sperling |
2017-01-12 | Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts(). | Stefan Sperling |
2016-12-18 | While copying out channel flags to userspace, omit the HT channel flag if | Stefan Sperling |
2016-12-10 | Add support for MIMO Tx rates (MCS 8-15) to iwm(4). | Stefan Sperling |
2016-12-10 | In iwm(4), do not enable HT protection (RTS) unconditionally if the AP requires | Stefan Sperling |
2016-12-10 | Make retry-heavy rates less attractive to mira. | Stefan Sperling |
2016-12-08 | iwm(4) was stripping some bits from the MCS index value before passing | Stefan Sperling |
2016-12-06 | Make sure iwm(4) only calls ieee80211_mira_choose() while in RUN state. | Stefan Sperling |
2016-11-30 | Switch the iwm(4) driver to mira rate adaptation in 11n mode. | Stefan Sperling |
2016-11-19 | While setting up the basic rate bitmask for iwm's firmware, if the AP does | Stefan Sperling |
2016-11-17 | Make iwm(4) pass Tx/Rx MCS rates to bpf so they can be examined with tcpdump. | Stefan Sperling |
2016-11-01 | Reset the ucode interrupt flag in the softc before loading iwm(4) 8k firmware. | Stefan Sperling |
2016-10-19 | Only force iwm's firmware to use RTS for all frames if the AP requires it. | Stefan Sperling |
2016-10-08 | Rate sets managed by net80211 are sorted by effective data rate speed while | Stefan Sperling |
2016-10-05 | Set the USE_RTS flag in the right place. Error introduced in if_iwm.c r1.139. | Stefan Sperling |
2016-09-27 | Wait until the BSSID is known before adding the MAC context to iwm firmware. | Stefan Sperling |
2016-09-22 | Remove some unused cruft from iwm, including a local namespace-polluting | Stefan Sperling |
2016-09-22 | Simplify assignment of sgi_ok variable in iwm_setrates(). No functional change. | Stefan Sperling |
2016-09-21 | Always set the bit which allows RTS in iwm's LQ command. | Stefan Sperling |
2016-09-21 | Make iwm protect the session during association more like Linux does it. | Stefan Sperling |
2016-09-21 | Properly support the mac context command in iwm. This was wrong in many ways. | Stefan Sperling |
2016-09-21 | Make iwm return EBUSY from its ic_ampdu_rx_start() handler and | Stefan Sperling |
2016-09-21 | For the keep-alive period in iwm's power command, use the DTIM period | Stefan Sperling |