summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-171-97/+840
* MFC r256658, r256666:rpaulo2013-12-131-3/+4
* Use the new ieee80211_tx_complete() function.adrian2013-08-271-11/+2
* Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.adrian2013-06-121-0/+12
* Bring over the initial static bluetooth coexistence configurationadrian2013-06-071-0/+31
* Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration inadrian2013-06-051-0/+1
* Fix the order of TX shutdown and reset.adrian2013-06-031-4/+25
* Turn the reassociate debug print into a DPRINTF.adrian2013-05-291-1/+2
* Migrate ath(4) to now use if_transmit instead of the legacy if_startadrian2013-05-261-211/+237
* Implement a separate hardware queue threshold for aggregate and non-aggradrian2013-05-211-1/+2
* Enable the use of TDMA on an 802.11n channel (with aggregation disabled,adrian2013-05-211-0/+37
* 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-181-6/+29
* Re-add some code to exclude transmitting if we're in reset.adrian2013-05-181-0/+19
* 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-151-3/+159
* Add ALQ beacon debugging.adrian2013-05-131-0/+5
* Improve the debugging output - use the MAC address rather than variousadrian2013-05-131-17/+40
* Since the node state is 100% back under the TX lock, just kill the useadrian2013-05-131-11/+4
* Begin tidying up the reassociation and node sleep/wakeup paths.adrian2013-05-131-22/+37
* Make sure the holding descriptor and link pointer are both freed duringadrian2013-05-101-2/+14
* Fix the holding descriptor logic to actually be "right" (for valuesadrian2013-05-081-8/+51
* Revert a previous commit - this is causing hardware errors.adrian2013-05-081-14/+13
* Re-work how transmit buffer limits are enforced - partly to fix the PR,adrian2013-05-071-15/+87
* The holding buffer logic needs to be used for _all_ transmission, notadrian2013-05-041-13/+14
* Debugging changes!adrian2013-04-291-3/+3
* Conditionally compile this only if ATH_DEBUG is defined.adrian2013-04-261-0/+4
* Dump the entire TXQ descriptor contents during a reset, rather than onlyadrian2013-04-261-0/+29
* Initialise the chainmask fields regardless of whether 11n supportadrian2013-04-191-8/+8
* Add a debug statement to log the currently chosen chainmask configuration.adrian2013-04-191-0/+6
* .. don't know how this snuck into this commit. Sorry.adrian2013-04-191-1/+0
* Print out the chainmask configuration.adrian2013-04-191-0/+5
* Use uint32_t for fields that are fetched via ath_hal_getcapability().adrian2013-04-191-1/+1
* Use a per-RX-queue deferred list, rather than a single deferred list foradrian2013-04-161-1/+2
* Always enable TXOK interrupts when setting up TX queues for EDMA NICs.adrian2013-04-111-1/+7
* Some TX dmamap cleanups.adrian2013-04-021-1/+23
* Ensure that we only call the busdma unmap/flush routines once, whenadrian2013-04-011-18/+31
* Remove an un-needed comment.adrian2013-04-011-6/+0
* Use ATH_MAX_SCATTER rather than ATH_TXDESC.adrian2013-04-011-1/+1
* Add per-TXQ EDMA FIFO staging queue support.adrian2013-03-261-16/+60
* Overhaul the TXQ locking (again!) as part of some beacon/cabq timingadrian2013-03-241-10/+21
* Break out the RX completion path into "FIFO check / refill" andadrian2013-03-191-4/+9
* Add locking around the new holdingbf code.adrian2013-03-151-4/+7
* Implement "holding buffers" per TX queue rather than globally.adrian2013-03-141-47/+61
* Print out the queue flags during a TX DMA shutdown.adrian2013-03-091-2/+5
* Add in the STBC TX/RX capability support into the HAL and driver.adrian2013-02-271-0/+22
* Part #2 of the TX chainmask changes:adrian2013-02-251-0/+33
* Disable debugging entries about BAW issues. I haven't seen any issuesadrian2013-02-211-0/+2
* Add an option to allow the minimum number of delimiters to be tweaked.adrian2013-02-211-0/+1
* Add a new option to limit the maximum size of aggregates.adrian2013-02-211-0/+1
OpenPOWER on IntegriCloud