| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r344749-344750,344841-344843,345284,346405,346470,347140-347141,348331, | Bjoern A. Zeeb | 2020-09-10 | 1 | -5/+0 |
| * | MFC r344990: | Andriy Voskoboinyk | 2019-03-28 | 1 | -1/+1 |
| * | [net80211] convert all of the WME use over to a temporary copy of WME info. | Adrian Chadd | 2018-01-02 | 1 | -2/+4 |
| * | net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parameters | Andriy Voskoboinyk | 2017-02-26 | 1 | -9/+4 |
| * | wpi: restore frame header before submitting an mbuf to | Andriy Voskoboinyk | 2016-10-08 | 2 | -1/+10 |
| * | net80211: ieee80211_ratectl*: switch to reusable KPI | Andriy Voskoboinyk | 2016-10-02 | 2 | -9/+27 |
| * | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
| * | wpi: convert to ieee80211_add_channel() (mostly noop). | Andriy Voskoboinyk | 2016-04-29 | 1 | -33/+16 |
| * | wpi: remove unused variable. | Andriy Voskoboinyk | 2016-04-29 | 1 | -2/+0 |
| * | wpi, iwn: fix check in find_eeprom_channel() | Andriy Voskoboinyk | 2016-04-03 | 1 | -1/+2 |
| * | wpi: remove internal taskqueue | Andriy Voskoboinyk | 2016-03-21 | 2 | -44/+10 |
| * | wpi, iwn: implement ic_getradiocaps method | Andriy Voskoboinyk | 2016-01-12 | 1 | -7/+31 |
| * | wpi, rum and urtwn: update copyright headers | Andriy Voskoboinyk | 2015-12-13 | 2 | -0/+2 |
| * | wpi: ignore ic_update_promisc() call when device is not running | Andriy Voskoboinyk | 2015-11-30 | 1 | -0/+7 |
| * | wpi(4): import r289674 | Andriy Voskoboinyk | 2015-11-16 | 1 | -4/+4 |
| * | Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it's | Kevin Lo | 2015-10-21 | 1 | -5/+3 |
| * | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | Adrian Chadd | 2015-10-12 | 1 | -1/+0 |
| * | wpi(4): add support for TX fragmentation. | Adrian Chadd | 2015-10-12 | 3 | -28/+96 |
| * | wpi(4): do not count failures twice for ic_raw_xmit(). | Adrian Chadd | 2015-10-11 | 1 | -10/+3 |
| * | wpi(4): move error handling upper (wpi_tx_data()/wpi_cmd2() -> wpi_raw_xmit()... | Adrian Chadd | 2015-10-11 | 1 | -30/+31 |
| * | wpi(4): fix possible race between TX/RX threads. | Adrian Chadd | 2015-10-11 | 1 | -0/+2 |
| * | wpi(4): do not allocate space for unused rings. | Adrian Chadd | 2015-10-11 | 2 | -14/+4 |
| * | wpi(4): do not override iv_recv_mgmt() in non-adhoc modes. | Adrian Chadd | 2015-10-11 | 1 | -6/+7 |
| * | wpi(4): use more correct types. | Adrian Chadd | 2015-10-11 | 3 | -55/+67 |
| * | wpi(4): check size before transmitting frames | Adrian Chadd | 2015-10-08 | 1 | -0/+5 |
| * | wpi(4): fix some byteorder conversions | Adrian Chadd | 2015-10-08 | 1 | -2/+3 |
| * | wpi(4): fix 'maybe uninitialized' warnings | Adrian Chadd | 2015-10-08 | 1 | -2/+4 |
| * | wpi(4): add some branch predictions. | Adrian Chadd | 2015-10-08 | 1 | -11/+12 |
| * | wpi(4): drop unnecessary locking in wpi_set_pslevel(). | Adrian Chadd | 2015-10-08 | 2 | -10/+10 |
| * | wpi(4): remove software queues | Adrian Chadd | 2015-10-08 | 2 | -65/+5 |
| * | net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc... | Adrian Chadd | 2015-10-03 | 1 | -4/+3 |
| * | net80211: drop redundant 3rd parameter from iv_key_set(). | Adrian Chadd | 2015-10-03 | 1 | -4/+2 |
| * | Don't duplicate checks; net80211 now does this for us. | Adrian Chadd | 2015-09-26 | 1 | -8/+0 |
| * | net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap | Adrian Chadd | 2015-09-22 | 2 | -6/+7 |
| * | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 2 | -235/+215 |
| * | Convert more ifp->if_softc -> ic->ic_softc. | Adrian Chadd | 2015-08-17 | 1 | -22/+18 |
| * | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd | 2015-08-08 | 2 | -232/+256 |
| * | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff | 2015-08-07 | 2 | -256/+232 |
| * | Change three methods in struct ieee80211com, namely ic_updateslot, | Gleb Smirnoff | 2015-05-25 | 1 | -5/+5 |
| * | Set ic_softc in all 802.11 drivers. Not required right now, but will be | Gleb Smirnoff | 2015-05-25 | 1 | -0/+1 |
| * | Update wpi(4) to use the new mgmt RX API. | Adrian Chadd | 2015-05-25 | 2 | -6/+10 |
| * | Make net80211 drivers supply their device name to the net80211 layer, so | Gleb Smirnoff | 2015-05-25 | 1 | -0/+1 |
| * | [iwn] Do not filter control frames in monitor mode. | Adrian Chadd | 2015-05-03 | 1 | -2/+6 |
| * | Handle properly IBSS merges (works with patch from bug 199632). | Adrian Chadd | 2015-05-03 | 2 | -14/+107 |
| * | Fix various powersave races + optimize tx/rx pointer update when powersave is... | Adrian Chadd | 2015-05-03 | 2 | -16/+59 |
| * | [iwn?] Use correct sequence numbers with non-QoS STAs. | Adrian Chadd | 2015-05-03 | 1 | -0/+4 |
| * | Fix warning about comparison of integers of different signs. | Adrian Chadd | 2015-05-03 | 2 | -4/+4 |
| * | [iwn?] Fix memory leak in wpi_reset_tx_ring(). | Adrian Chadd | 2015-05-03 | 1 | -0/+4 |
| * | Use nitems() for counting elements in arrays. | Adrian Chadd | 2015-05-03 | 1 | -7/+3 |
| * | Do not include WPI_START_SCAN event processing into non-debug builds. | Adrian Chadd | 2015-05-03 | 1 | -2/+4 |