aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* [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
* ... and that would've never worked. Sorry!Adrian Chadd2016-01-021-8/+3
* [ath] add explicit bus barriers.Adrian Chadd2016-01-022-2/+33
* fix ht/40 configuration for ar9331 (hornet).Adrian Chadd2015-11-302-6/+6
* [ath_hal] use the correct revision information for QCA953x.Adrian Chadd2015-11-282-4/+2
* * Add device string for QCA955x (scorpion);Adrian Chadd2015-11-282-0/+7
* wrap in ATH_DEBUG.Adrian Chadd2015-11-281-2/+2
* [ath] conditionally print out the rate series information if ATH_DEBUG_XMIT i...Adrian Chadd2015-11-271-3/+4
* [ath] listen to all beacons in IBSS and software beacon miss.Adrian Chadd2015-11-251-3/+7
* [ath] migrate ioctl and busdma memory operations out into separate source files.Adrian Chadd2015-11-249-507/+836
* Fix kernel build, broken in r290612Renato Botelho2015-11-092-2/+2
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-0913-21/+41
* ath(4) - reflect whether this is a full or fast channel change.Adrian Chadd2015-11-071-2/+2
* ath(4) - don't try to free buffers / return an error if we've committedAdrian Chadd2015-11-031-1/+11
* 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-123-27/+10
* Flip on fast frames support for AR5416 and AR9300 series NICs.Adrian Chadd2015-10-101-7/+1
* Remove the unnecessary cast.Kevin Lo2015-10-051-2/+1
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-3/+3
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-032-4/+2
* Remove the references to the TX IC lock - i ended up solving thisAdrian Chadd2015-09-293-26/+0