summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-2261-2904/+438
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-1761-438/+2904
* MFC r274922:dim2014-12-041-1/+7
* MFC r262930rpaulo2014-03-111-3/+4
* MFC r260444:kevlo2014-02-171-2/+2
* MFC r256658, r256666:rpaulo2013-12-132-133/+109
* Add channel survey support to the AR5212 HAL.adrian2013-10-083-18/+102
* Use the new ieee80211_tx_complete() function.adrian2013-08-271-11/+2
* Log the MAC address of the node in question rather than the pointer.adrian2013-08-171-8/+25
* Don't log anything if npkts == 0.adrian2013-06-291-3/+4
* Extend the AHB code to work on chips besides the AR9130.adrian2013-06-261-11/+56
* Add a HAL local routine to map the 2GHz channel frequency to an IEEEadrian2013-06-262-0/+22
* Add in an initial WB225 (AR9485 + AR3012 BT) combo profile.adrian2013-06-141-0/+60
* Initial AR9485/AR933x 1x1 LNA diversity work.adrian2013-06-142-43/+257
* Set the antenna "config group" field.adrian2013-06-121-0/+1
* Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.adrian2013-06-1212-658/+930
* Remove the AR9285 specific structure for LNA diversity and use the HAL.adrian2013-06-123-19/+13
* Add another comment about WB195 (AR9285+AR3011) when using ASPM.adrian2013-06-101-0/+4
* Bring over the initial static bluetooth coexistence configurationadrian2013-06-073-0/+352
* Add accessor macros for the bluetooth coexistence routines.adrian2013-06-071-0/+21
* Add bluetooth fixes to the AR5416/AR92xx HAL:adrian2013-06-076-5/+22
* Enable slow diversity combining for the AR9285.adrian2013-06-051-0/+2
* As a temporary work-around (read: until there's a nice API for exposingadrian2013-06-051-0/+29
* Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration inadrian2013-06-053-2/+33
* Add a new capability flag to announce that the chip implements LNA mixingadrian2013-06-054-1/+6
* Document the AR9285/AR9485 LNA configuration information that'sadrian2013-06-051-0/+26
* Add the combined (mixed) diversity support capability bit for theadrian2013-06-042-0/+4
* Fix the order of TX shutdown and reset.adrian2013-06-031-4/+25
* Fix receive on the AR9285 (Kite) with only one antenna connected.adrian2013-06-031-1/+14
* Turn the reassociate debug print into a DPRINTF.adrian2013-05-291-1/+2
* Shuffle around the cleanup unpause calls a bit.adrian2013-05-291-15/+13
* Migrate ath(4) to now use if_transmit instead of the legacy if_startadrian2013-05-264-219/+243
* Implement a separate hardware queue threshold for aggregate and non-aggradrian2013-05-215-12/+65
* Enable the use of TDMA on an 802.11n channel (with aggregation disabled,adrian2013-05-213-6/+89
* Fix build break - the SetCapability calls return HAL_BOOL,adrian2013-05-211-1/+1
* Extend the TXOP enforce capability to support checking whether it'sadrian2013-05-211-0/+6
* Make the HT rate duration calculation work for MCS rates > 15.adrian2013-05-201-2/+2
* More non-ATH_DEBUG build fixes.adrian2013-05-191-3/+5
* Since we're now using the ah pointer, always declare it.adrian2013-05-191-2/+0
* Be (very) careful about how to add more TX DMA work.adrian2013-05-185-149/+195
* Re-add some code to exclude transmitting if we're in reset.adrian2013-05-181-0/+19
* Add some more debugging printf()s to complain if the ath_buf tx queueadrian2013-05-171-0/+23
* Tidy up the debugging - don't bother printing out TID pointers; nowadrian2013-05-161-23/+24
* Limit the number of software queued frames when doing non-aggregation.adrian2013-05-161-2/+6
* Dump out the holding buffer descriptor contents and addresses stopping DMA.adrian2013-05-161-2/+12
* Implement my first cut at "correct" node power-save andadrian2013-05-157-72/+504
* Add ALQ beacon debugging.adrian2013-05-133-0/+28
* Support sending ATH_ALQ messages with no payload.adrian2013-05-131-3/+5
* Improve the debugging output - use the MAC address rather than variousadrian2013-05-132-37/+112
* Since the node state is 100% back under the TX lock, just kill the useadrian2013-05-132-17/+10
OpenPOWER on IntegriCloud