aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* [ath] set the relevant TOA/TOD locationing bits when trying to do locationing.Adrian Chadd2016-09-121-0/+50
* [ath] tweak the TX EDMA debugging a bit.Adrian Chadd2016-09-121-6/+12
* [ath_hal] fixes for finer grain timestamping, some 11n macrosAdrian Chadd2016-09-094-16/+37
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-092-4/+4
* [ath] update comments.Adrian Chadd2016-08-011-2/+2
* [ath] don't do LDPC, STBC or short-gi for locationing frames.Adrian Chadd2016-07-191-4/+26
* [ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd2016-07-158-33/+48
* [ath] add a new buf flag, marking a buffer as involved with ToA/ToD positioning.Adrian Chadd2016-07-081-1/+2
* [ath_hal] add capability bit for querying/controlling the ToA/ToD positioning...Adrian Chadd2016-07-081-0/+1
* [ath] include ath_hal accessor macro changes.Adrian Chadd2016-07-081-3/+6
* [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd2016-07-088-13/+29
* [ath_hal] extend the TX/RX descriptor layout to include location/beamforming ...Adrian Chadd2016-07-081-1/+12
* [ath] obey the short-GI vap config flag when transmitting.Adrian Chadd2016-07-071-2/+5
* [ath] fix comments!Adrian Chadd2016-06-231-2/+2
* [ath] fix TX throughput for EDMA chips by pushing more into the TX FIFO.Adrian Chadd2016-06-211-20/+70
* [ath] fix EDMA TX buffer flags for use when retransmitting frames.Adrian Chadd2016-06-201-0/+3
* [ath] add support for batching frames to the general TX queues.Adrian Chadd2016-06-191-51/+158
* [ath] don't debug RX EDMA descriptors that are not yet complete.Adrian Chadd2016-06-171-2/+2
* [ath] add a placeholder event for debuggin EDMA TX FIFO push events.Adrian Chadd2016-06-091-0/+8
* [ath] report node queue overflows.Adrian Chadd2016-06-091-0/+3
* [ath] remove now unused parameters.Adrian Chadd2016-06-041-4/+0
* [ath_hal] add placeholders for AUDIO stomp for Kite/Kiwi.Adrian Chadd2016-06-041-0/+4
* [ath_hal] add BTCOEX_STOMP_AUDIO; delete unused methods.Adrian Chadd2016-06-041-2/+1
* [ath] correctly shift the QCA9565 LNA config into the mci config variable.Adrian Chadd2016-06-021-2/+6
* Fix kernel build. Improper definition location of a variable.George V. Neville-Neil2016-06-021-1/+2
* [ath] commit initial bluetooth coexistence support for the MCI NICs.Adrian Chadd2016-06-027-63/+811
* [ath_hal] add extra MCI definitions used by the later chips (QCA9565/Aphrodite).Adrian Chadd2016-06-011-0/+21
* [ath_hal] rename the MCI state info routine.Adrian Chadd2016-05-311-1/+1
* [ath_hal] add support for setting the azimuth timestamp in the outgoing TX pa...Adrian Chadd2016-05-311-0/+6
* [ath_hal] reserve a HAL_TXDESC_ bit for azimuth TX timestamp requests.Adrian Chadd2016-05-311-1/+2
* [ath_hal] migrate the bluetooth definitions out from ah.h / ar9300_freebsd_in...Adrian Chadd2016-05-311-131/+1
* [ath_hal] add bluetooth coexistence definitions for both legacy and MCI.Adrian Chadd2016-05-311-0/+503
* [ath] add BTCOEX debug section; modify DPRINTF() to take a no-arg format string.Adrian Chadd2016-05-311-2/+3
* [ath] add WB335 btcoex for initial testing.Adrian Chadd2016-05-281-0/+64
* [ath] convert recent changes over to HAL format.Adrian Chadd2016-05-201-5/+6
* ath: refactor/split getchannels() method.Andriy Voskoboinyk2016-05-192-211/+272
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-0226-43/+43
* [ath] initialise do_ldpc to 0.Adrian Chadd2016-04-291-0/+1
* [ath] Add LDPC transmit support.Adrian Chadd2016-04-291-0/+33
* [ath] turn the BA hardware bug back into a printf().Adrian Chadd2016-04-291-1/+1
* [ath] Add counters for STBC TX and LDPC TX.Adrian Chadd2016-04-292-1/+9
* [ath] add LDPC capability support and LDPC RX support.Adrian Chadd2016-04-262-0/+18
* [ath] obey the STBC flag setting in iv_flags_htAdrian Chadd2016-04-261-4/+9
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-204-19/+10
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+1
* [ath] Only process beacon frames for the IBSS/BSSID if appropriate.Adrian Chadd2016-04-091-64/+81
* [net80211] migrate the time_* macros to ieee80211_* namespace.Adrian Chadd2016-03-301-1/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+1
* Fix up the ath(4) device names for QCA chipsets.Adrian Chadd2016-02-292-31/+28
* [ath] remove the inline version of the register access macros.Adrian Chadd2016-01-032-16/+13