summaryrefslogtreecommitdiffstats
path: root/sys/dev/wpi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve beacon miss detection.adrian2015-05-031-2/+7
* Create another debug category for WPI_BEACON_MISSED notification.adrian2015-05-032-1/+2
* Unbreak scanning after RUN -> SCAN state transition.adrian2015-05-031-2/+1
* Check channels which are passed in IBSS mode.adrian2015-05-031-0/+8
* Do not disable beacon notifications (unbreaks scanning on passive channels).adrian2015-05-031-10/+0
* Fix pause scan time calculation (the remainder must be less than beacon inter...adrian2015-05-032-7/+27
* Fix active/passive dwell calculation.adrian2015-05-032-13/+22
* Turn off led when leaving RUN state.adrian2015-05-031-1/+3
* Add TX status codes (obtained from iwlegacy)adrian2015-05-032-2/+22
* Move radiooff_task to the internal taskqueue.adrian2015-05-031-3/+2
* Use another workaround for scanning.adrian2015-05-032-13/+18
* Add wpi_check_bss_filter()adrian2015-05-031-3/+9
* Fix KASSERT statements in if_wpi_debug.hadrian2015-05-031-3/+2
* Remove workaround for bug 199676.adrian2015-05-031-3/+1
* Add a few local variables to improve readability.adrian2015-05-031-11/+14
* Remove this; it's currently a no-op.adrian2015-05-031-2/+0
* Retry twice at the same rate.adrian2015-05-032-6/+8
* Do not access peripheral before clock stabilization.adrian2015-04-091-4/+4
* Fix buffer overflow introduced in previous commits (unbreaks 802.11a capable ...adrian2015-04-091-18/+11
* Fix build with clang 3.6, silence -Wcast-qual warning.kib2015-03-151-1/+2
* Add a new taskqueue (device specific, not net80211 ic->tq); use it foradrian2015-03-152-7/+17
* Workaround delays caused by vmem_check().adrian2015-03-152-3/+11
* Fix scan timeouts with powersave enabled.adrian2015-03-151-2/+9
* Don't unlock mutex in interrupt thread (except for wpi_rx_done() - for now) -adrian2015-03-151-11/+4
* Reformatting changes.adrian2015-03-151-3/+3
* Use correct typesadrian2015-03-151-3/+3
* Add another lock for the TX path.adrian2015-03-152-10/+20
* Add an extra mutex for qfullmsk / ring->queued variables.adrian2015-03-152-2/+24
* Regroup ring state checks in wpi_tx_done().adrian2015-03-151-14/+15
* Don't use sc->qfullmsk in wpi_start().adrian2015-03-151-14/+14
* turn sc_tx_timeout into its own callout, rather than a global watchdogadrian2015-03-152-31/+18
* Add mutex for RXON structure; convert some callouts/lock use to useadrian2015-03-152-16/+45
OpenPOWER on IntegriCloud