aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
Commit message (Expand)AuthorAgeFilesLines
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-9/+4
* wpi: restore frame header before submitting an mbuf toAndriy Voskoboinyk2016-10-082-1/+10
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-022-9/+27
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+1
* wpi: convert to ieee80211_add_channel() (mostly noop).Andriy Voskoboinyk2016-04-291-33/+16
* wpi: remove unused variable.Andriy Voskoboinyk2016-04-291-2/+0
* wpi, iwn: fix check in find_eeprom_channel()Andriy Voskoboinyk2016-04-031-1/+2
* wpi: remove internal taskqueueAndriy Voskoboinyk2016-03-212-44/+10
* wpi, iwn: implement ic_getradiocaps methodAndriy Voskoboinyk2016-01-121-7/+31
* wpi, rum and urtwn: update copyright headersAndriy Voskoboinyk2015-12-132-0/+2
* wpi: ignore ic_update_promisc() call when device is not runningAndriy Voskoboinyk2015-11-301-0/+7
* wpi(4): import r289674Andriy Voskoboinyk2015-11-161-4/+4
* Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it'sKevin Lo2015-10-211-5/+3
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-1/+0
* wpi(4): add support for TX fragmentation.Adrian Chadd2015-10-123-28/+96
* wpi(4): do not count failures twice for ic_raw_xmit().Adrian Chadd2015-10-111-10/+3
* wpi(4): move error handling upper (wpi_tx_data()/wpi_cmd2() -> wpi_raw_xmit()...Adrian Chadd2015-10-111-30/+31
* wpi(4): fix possible race between TX/RX threads.Adrian Chadd2015-10-111-0/+2
* wpi(4): do not allocate space for unused rings.Adrian Chadd2015-10-112-14/+4
* wpi(4): do not override iv_recv_mgmt() in non-adhoc modes.Adrian Chadd2015-10-111-6/+7
* wpi(4): use more correct types.Adrian Chadd2015-10-113-55/+67
* wpi(4): check size before transmitting framesAdrian Chadd2015-10-081-0/+5
* wpi(4): fix some byteorder conversionsAdrian Chadd2015-10-081-2/+3
* wpi(4): fix 'maybe uninitialized' warningsAdrian Chadd2015-10-081-2/+4
* wpi(4): add some branch predictions.Adrian Chadd2015-10-081-11/+12
* wpi(4): drop unnecessary locking in wpi_set_pslevel().Adrian Chadd2015-10-082-10/+10
* wpi(4): remove software queuesAdrian Chadd2015-10-082-65/+5
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-4/+3
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-031-4/+2
* Don't duplicate checks; net80211 now does this for us.Adrian Chadd2015-09-261-8/+0
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-222-6/+7
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-272-235/+215
* Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd2015-08-171-22/+18
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-082-232/+256
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-072-256/+232
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-5/+5
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Update wpi(4) to use the new mgmt RX API.Adrian Chadd2015-05-252-6/+10
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* [iwn] Do not filter control frames in monitor mode.Adrian Chadd2015-05-031-2/+6
* Handle properly IBSS merges (works with patch from bug 199632).Adrian Chadd2015-05-032-14/+107
* Fix various powersave races + optimize tx/rx pointer update when powersave is...Adrian Chadd2015-05-032-16/+59
* [iwn?] Use correct sequence numbers with non-QoS STAs.Adrian Chadd2015-05-031-0/+4
* Fix warning about comparison of integers of different signs.Adrian Chadd2015-05-032-4/+4
* [iwn?] Fix memory leak in wpi_reset_tx_ring().Adrian Chadd2015-05-031-0/+4
* Use nitems() for counting elements in arrays.Adrian Chadd2015-05-031-7/+3
* Do not include WPI_START_SCAN event processing into non-debug builds.Adrian Chadd2015-05-031-2/+4
* Fix sequence number generation for beacon frames.Adrian Chadd2015-05-031-1/+6
* Add debug output for WPI_BEACON_SENT event.Adrian Chadd2015-05-031-0/+21
* Try to fix passive scanning hang on beacon miss.Adrian Chadd2015-05-033-8/+24