summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* [ath] obey the short-GI vap config flag when transmitting.adrian2016-07-071-2/+5
* [ath] fix comments!adrian2016-06-231-2/+2
* [ath] fix TX throughput for EDMA chips by pushing more into the TX FIFO.adrian2016-06-211-20/+70
* [ath] fix EDMA TX buffer flags for use when retransmitting frames.adrian2016-06-201-0/+3
* [ath] add support for batching frames to the general TX queues.adrian2016-06-191-51/+158
* [ath] don't debug RX EDMA descriptors that are not yet complete.adrian2016-06-171-2/+2
* [ath] add a placeholder event for debuggin EDMA TX FIFO push events.adrian2016-06-091-0/+8
* [ath] report node queue overflows.adrian2016-06-091-0/+3
* [ath] remove now unused parameters.adrian2016-06-041-4/+0
* [ath_hal] add placeholders for AUDIO stomp for Kite/Kiwi.adrian2016-06-041-0/+4
* [ath_hal] add BTCOEX_STOMP_AUDIO; delete unused methods.adrian2016-06-041-2/+1
* [ath] correctly shift the QCA9565 LNA config into the mci config variable.adrian2016-06-021-2/+6
* Fix kernel build. Improper definition location of a variable.gnn2016-06-021-1/+2
* [ath] commit initial bluetooth coexistence support for the MCI NICs.adrian2016-06-027-63/+811
* [ath_hal] add extra MCI definitions used by the later chips (QCA9565/Aphrodite).adrian2016-06-011-0/+21
* [ath_hal] rename the MCI state info routine.adrian2016-05-311-1/+1
* [ath_hal] add support for setting the azimuth timestamp in the outgoing TX pa...adrian2016-05-311-0/+6
* [ath_hal] reserve a HAL_TXDESC_ bit for azimuth TX timestamp requests.adrian2016-05-311-1/+2
* [ath_hal] migrate the bluetooth definitions out from ah.h / ar9300_freebsd_in...adrian2016-05-311-131/+1
* [ath_hal] add bluetooth coexistence definitions for both legacy and MCI.adrian2016-05-311-0/+503
* [ath] add BTCOEX debug section; modify DPRINTF() to take a no-arg format string.adrian2016-05-311-2/+3
* [ath] add WB335 btcoex for initial testing.adrian2016-05-281-0/+64
* [ath] convert recent changes over to HAL format.adrian2016-05-201-5/+6
* ath: refactor/split getchannels() method.avos2016-05-192-211/+272
* dev/ath: minor spelling fixes in comments.pfg2016-05-0226-43/+43
* [ath] initialise do_ldpc to 0.adrian2016-04-291-0/+1
* [ath] Add LDPC transmit support.adrian2016-04-291-0/+33
* [ath] turn the BA hardware bug back into a printf().adrian2016-04-291-1/+1
* [ath] Add counters for STBC TX and LDPC TX.adrian2016-04-292-1/+9
* [ath] add LDPC capability support and LDPC RX support.adrian2016-04-262-0/+18
* [ath] obey the STBC flag setting in iv_flags_htadrian2016-04-261-4/+9
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemavos2016-04-204-19/+10
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-2/+1
* [ath] Only process beacon frames for the IBSS/BSSID if appropriate.adrian2016-04-091-64/+81
* [net80211] migrate the time_* macros to ieee80211_* namespace.adrian2016-03-301-1/+1
* Remove taskqueue_enqueue_fast().jhb2016-03-011-1/+1
* Fix up the ath(4) device names for QCA chipsets.adrian2016-02-292-31/+28
* [ath] remove the inline version of the register access macros.adrian2016-01-032-16/+13
* ... and that would've never worked. Sorry!adrian2016-01-021-8/+3
* [ath] add explicit bus barriers.adrian2016-01-022-2/+33
* fix ht/40 configuration for ar9331 (hornet).adrian2015-11-302-6/+6
* [ath_hal] use the correct revision information for QCA953x.adrian2015-11-282-4/+2
* * Add device string for QCA955x (scorpion);adrian2015-11-282-0/+7
* wrap in ATH_DEBUG.adrian2015-11-281-2/+2
* [ath] conditionally print out the rate series information if ATH_DEBUG_XMIT i...adrian2015-11-271-3/+4
* [ath] listen to all beacons in IBSS and software beacon miss.adrian2015-11-251-3/+7
* [ath] migrate ioctl and busdma memory operations out into separate source files.adrian2015-11-249-507/+836
* Fix kernel build, broken in r290612garga2015-11-092-2/+2
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.adrian2015-11-0913-21/+41
* ath(4) - reflect whether this is a full or fast channel change.adrian2015-11-071-2/+2
OpenPOWER on IntegriCloud