aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_tx.c
Commit message (Expand)AuthorAgeFilesLines
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-2/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] prepare for "correct" group (bcast/mcast) address frame handling and so...Adrian Chadd2017-03-191-37/+87
* [ath] log seqno, type and subtype when assigning sequence numbers for A-MPDU.Adrian Chadd2017-01-311-1/+3
* [ath] fix thresholds for deciding to queue to the software queue and populate...Adrian Chadd2017-01-231-16/+51
* net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions.Andriy Voskoboinyk2016-09-201-8/+0
* [ath] set the relevant TOA/TOD locationing bits when trying to do locationing.Adrian Chadd2016-09-121-0/+50
* [ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd2016-07-151-3/+4
* [ath] commit initial bluetooth coexistence support for the MCI NICs.Adrian Chadd2016-06-021-0/+9
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-2/+2
* [ath] turn the BA hardware bug back into a printf().Adrian Chadd2016-04-291-1/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-1/+0
* net80211: separate mbuf cleanup from ieee80211_fragment()Adrian Chadd2015-10-121-24/+8
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-13/+6
* Remove most of the references of ifp->if_softc and replace withAdrian Chadd2015-08-171-6/+6
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-12/+19
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-19/+12
* Use device_printf() instead of if_printf(). No functional changes.Gleb Smirnoff2015-05-291-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-2/+2
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-301-33/+49
* Rewrite the cleanup code to, well, actually work right.Adrian Chadd2014-04-211-45/+125
* * Modify the debugging output from pause/resume to note the TID and STAAdrian Chadd2014-04-211-7/+16
* Make sure bf_next is NULL'ed out when we're completing up an aggregateAdrian Chadd2014-04-211-2/+3
* Fix a cleanup hang if cleanup gets called _during_ an active cleanup.Adrian Chadd2014-04-211-8/+28
* Add some debugging and forcing of the BAW to match what the currentAdrian Chadd2014-04-081-16/+44
* Don't do continue inside the scheduler loop; we really need to checkAdrian Chadd2014-04-081-2/+2
* Correct the actual definition of ath_tx_tid_filt_comp_single() toAdrian Chadd2014-04-081-5/+10
* Add a comment explaining the obvious.Adrian Chadd2014-04-081-0/+1
* Don't resume a TID on each filtered frame completion - only do it ifAdrian Chadd2014-04-081-2/+8
* Throw the flush messages behind ATH_DEBUG_RESET as well.Adrian Chadd2014-03-201-6/+6
* Call ieee80211_dump_pkt() based on IFF_DUMPPKTS().Rui Paulo2014-03-081-3/+4
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-2/+2
* Include <sys/ktr.h>, since we need it if ATH_DEBUG is defined.Olivier Houchard2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add a missing comma.Rui Paulo2013-10-171-1/+1
* Move a lot of debugging printf's to DPRINTF.Rui Paulo2013-10-171-130/+105
* Log the MAC address of the node in question rather than the pointer.Adrian Chadd2013-08-171-8/+25
* Shuffle around the cleanup unpause calls a bit.Adrian Chadd2013-05-291-15/+13
* Migrate ath(4) to now use if_transmit instead of the legacy if_startAdrian Chadd2013-05-261-4/+4
* Implement a separate hardware queue threshold for aggregate and non-aggrAdrian Chadd2013-05-211-5/+48
* More non-ATH_DEBUG build fixes.Adrian Chadd2013-05-191-3/+5
* Be (very) careful about how to add more TX DMA work.Adrian Chadd2013-05-181-142/+150
* Add some more debugging printf()s to complain if the ath_buf tx queueAdrian Chadd2013-05-171-0/+23
* Tidy up the debugging - don't bother printing out TID pointers; nowAdrian Chadd2013-05-161-23/+24
* Limit the number of software queued frames when doing non-aggregation.Adrian Chadd2013-05-161-2/+6
* Implement my first cut at "correct" node power-save andAdrian Chadd2013-05-151-65/+322
* Improve the debugging output - use the MAC address rather than variousAdrian Chadd2013-05-131-20/+72
* Oops, commit the other half of r250606.Adrian Chadd2013-05-131-27/+134
* Simplify this bit of code!Adrian Chadd2013-05-071-4/+1
* When doing BAW tracking, don't dereference a NULL pointer if the BAWAdrian Chadd2013-04-211-1/+2