summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Part #2 of the TX chainmask changes:adrian2013-02-254-53/+42
* Begin adding support to explicitly set the current chainmask.adrian2013-02-2514-2/+49
* Add a workaround for AR5416, AR9130 and AR9160 chipsets - work aroundadrian2013-02-221-1/+70
* Disable debugging entries about BAW issues. I haven't seen any issuesadrian2013-02-212-0/+4
* Be slightly more paranoid with the TX DMA buffer maximum threshold.adrian2013-02-212-2/+23
* Add an option to allow the minimum number of delimiters to be tweaked.adrian2013-02-214-2/+18
* Add a new option to limit the maximum size of aggregates.adrian2013-02-215-2/+32
* Remove this unneeded printf(), sorry!adrian2013-02-211-4/+0
* Configure larger TX FIFO default and maximum level values.adrian2013-02-201-2/+18
* If any of the TX queues have underrun reporting enabled, enableadrian2013-02-201-0/+2
* A couple of quick tidyups:adrian2013-02-201-6/+1
* Enable TX FIFO underrun interrupts. This allows the TX FIFO thresholdadrian2013-02-201-0/+1
* oops, tab!adrian2013-02-201-1/+1
* Post interrupts in the ath alq trace.adrian2013-02-201-0/+4
* CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather thanadrian2013-02-201-6/+13
* Fix an incorrect sizeof()adrian2013-02-181-1/+1
* Add a new ATH KTR debug method to log the interrupt status.adrian2013-02-181-0/+28
* * Reduce the PCU lock overhead a little by only re-acquiring it if weadrian2013-02-161-5/+20
* Pull out the if_transmit() work and revert back to ath_start().adrian2013-02-134-451/+107
* Put this back into the ath taskqueue rather than the ath TX taskqueue.adrian2013-02-111-1/+1
* Go back to direct-dispatch of the software queue and frame TX pathsadrian2013-02-111-7/+9
* Extend the timestamp to be a timeval, rather than ticks.adrian2013-02-112-2/+8
* The encryption type field needs to be preserved for each descriptoradrian2013-02-091-0/+6
* Fix a corner case that I noticed with the AR5416 (and it's currentlyadrian2013-02-081-10/+7
* Create a new TX lock specifically for queuing frames.adrian2013-02-074-19/+39
* Methodize the process of adding the software TX queue to the taskqueue.adrian2013-02-074-7/+21
* Work around some rather unfortunate race conditions inside net80211.adrian2013-01-311-5/+3
* Clean some 'svn:executable' properties in the tree.pfg2013-01-261-0/+0
* Migrate the TX sending code out from under the ath0 taskq and intoadrian2013-01-264-6/+22
* Fix this routine to acutally break out and not set clrdmask if anyadrian2013-01-211-1/+1
* Migrate CLRDMASK to be a per-node flag, rather than a per-TID flag.adrian2013-01-212-9/+33
* Fix hangs (exposed by spectral scan activity) in STA mode when theadrian2013-01-171-1/+32
* Add a quick work-around if ath_beacon_config() to not die if it's calledadrian2013-01-171-0/+10
* Implement frame (data) transmission using if_transmit(), rather thanadrian2013-01-155-103/+485
* If we're doing a kickpcu, make sure we flush the whole RX list rather thanadrian2013-01-131-1/+7
* Place-holders for enable/active parameter flags.adrian2013-01-111-0/+2
* Fix format size.adrian2013-01-081-1/+1
* Add support for triggering spectral scan upon a channel reset/change.adrian2013-01-082-2/+54
* If spectral scan is enabled, ensure radar report PHY errors are alsoadrian2013-01-081-0/+7
* For PHY error frames, populate the configured channel flags rather thanadrian2013-01-041-1/+16
* Don't call the spectral methods for NICS that don't implement them.adrian2013-01-032-2/+18
* Add a new (skeleton) spectral mode manager module.adrian2013-01-025-0/+315
* Fix the short repeat option code to not flip the option to 0 whenadrian2013-01-021-2/+2
* Add spectral HAL accessor methods.adrian2013-01-021-0/+9
* Add a method to explicitly disable radar reporting if required.adrian2013-01-022-0/+21
* Bring over the basic spectral scan framework code from Qualcomm Atheros.adrian2013-01-028-2/+286
* Add the initial HAL glue for the spectral analysis support.adrian2012-12-302-0/+28
* Add spectral scan capability.adrian2012-12-301-1/+2
* Fix typo in comment.bapt2012-12-281-1/+1
* Add the AR9280 and later spectral scan register definitions.adrian2012-12-281-0/+14
OpenPOWER on IntegriCloud