summaryrefslogtreecommitdiffstats
path: root/sys/dev/wpi
Commit message (Expand)AuthorAgeFilesLines
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-1/+1
* wpi: convert to ieee80211_add_channel() (mostly noop).avos2016-04-291-33/+16
* wpi: remove unused variable.avos2016-04-291-2/+0
* wpi, iwn: fix check in find_eeprom_channel()avos2016-04-031-1/+2
* wpi: remove internal taskqueueavos2016-03-212-44/+10
* wpi, iwn: implement ic_getradiocaps methodavos2016-01-121-7/+31
* wpi, rum and urtwn: update copyright headersavos2015-12-132-0/+2
* wpi: ignore ic_update_promisc() call when device is not runningavos2015-11-301-0/+7
* wpi(4): import r289674avos2015-11-161-4/+4
* Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it'skevlo2015-10-211-5/+3
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-1/+0
* wpi(4): add support for TX fragmentation.adrian2015-10-123-28/+96
* wpi(4): do not count failures twice for ic_raw_xmit().adrian2015-10-111-10/+3
* wpi(4): move error handling upper (wpi_tx_data()/wpi_cmd2() -> wpi_raw_xmit()...adrian2015-10-111-30/+31
* wpi(4): fix possible race between TX/RX threads.adrian2015-10-111-0/+2
* wpi(4): do not allocate space for unused rings.adrian2015-10-112-14/+4
* wpi(4): do not override iv_recv_mgmt() in non-adhoc modes.adrian2015-10-111-6/+7
* wpi(4): use more correct types.adrian2015-10-113-55/+67
* wpi(4): check size before transmitting framesadrian2015-10-081-0/+5
* wpi(4): fix some byteorder conversionsadrian2015-10-081-2/+3
* wpi(4): fix 'maybe uninitialized' warningsadrian2015-10-081-2/+4
* wpi(4): add some branch predictions.adrian2015-10-081-11/+12
* wpi(4): drop unnecessary locking in wpi_set_pslevel().adrian2015-10-082-10/+10
* wpi(4): remove software queuesadrian2015-10-082-65/+5
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...adrian2015-10-031-4/+3
* net80211: drop redundant 3rd parameter from iv_key_set().adrian2015-10-031-4/+2
* Don't duplicate checks; net80211 now does this for us.adrian2015-09-261-8/+0
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapadrian2015-09-222-6/+7
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-272-235/+215
* Convert more ifp->if_softc -> ic->ic_softc.adrian2015-08-171-22/+18
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-082-232/+256
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-072-256/+232
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-5/+5
* Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-251-0/+1
* Update wpi(4) to use the new mgmt RX API.adrian2015-05-252-6/+10
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-251-0/+1
* [iwn] Do not filter control frames in monitor mode.adrian2015-05-031-2/+6
* Handle properly IBSS merges (works with patch from bug 199632).adrian2015-05-032-14/+107
* Fix various powersave races + optimize tx/rx pointer update when powersave is...adrian2015-05-032-16/+59
* [iwn?] Use correct sequence numbers with non-QoS STAs.adrian2015-05-031-0/+4
* Fix warning about comparison of integers of different signs.adrian2015-05-032-4/+4
* [iwn?] Fix memory leak in wpi_reset_tx_ring().adrian2015-05-031-0/+4
* Use nitems() for counting elements in arrays.adrian2015-05-031-7/+3
* Do not include WPI_START_SCAN event processing into non-debug builds.adrian2015-05-031-2/+4
* Fix sequence number generation for beacon frames.adrian2015-05-031-1/+6
* Add debug output for WPI_BEACON_SENT event.adrian2015-05-031-0/+21
* Try to fix passive scanning hang on beacon miss.adrian2015-05-033-8/+24
* Add comment about AUTH -> AUTH state transition + fix some style issues.adrian2015-05-031-4/+8
* Display more information for beacon miss debugging.adrian2015-05-031-2/+3
* Limit minimum threshold of missed beacons.adrian2015-05-031-4/+4
OpenPOWER on IntegriCloud