summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
...
* This shouldn't have made it into this commit, sorry.adrian2013-05-081-6/+0
* Revert a previous commit - this is causing hardware errors.adrian2013-05-082-14/+19
* Implement STBC receive frame statistics.adrian2013-05-086-2/+17
* Re-work how transmit buffer limits are enforced - partly to fix the PR,adrian2013-05-074-17/+94
* Simplify this bit of code!adrian2013-05-071-4/+1
* The holding buffer logic needs to be used for _all_ transmission, notadrian2013-05-041-13/+14
* Add device identification and probe/attach support for the QCA9565.adrian2013-05-023-0/+5
* 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
* When doing BAW tracking, don't dereference a NULL pointer if the BAWadrian2013-04-211-1/+2
* There's some races (likely in the BAR handling, sigh) which is causingadrian2013-04-201-1/+13
* 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-192-6/+6
* Setup needed tables for TPC on AR5416->AR9287 chips.adrian2013-04-175-81/+344
* Use the TPC bank by default for AR9160.adrian2013-04-171-1/+1
* Update the rate series setup code to use the decisions already made inadrian2013-04-172-48/+33
* Use the new net80211 method to fetch the node TX power, rather thanadrian2013-04-162-5/+7
* Use a per-RX-queue deferred list, rather than a single deferred list foradrian2013-04-163-5/+13
* Now that the register definitions are in -HEAD, enable this.adrian2013-04-151-8/+8
* Bring over some AR9271 register definitions from the QCA HAL.adrian2013-04-151-0/+19
* Always enable TXOK interrupts when setting up TX queues for EDMA NICs.adrian2013-04-111-1/+7
* Fix this to compile when ATH_DEBUG_ALQ is defined but ATH_DEBUG isn't.adrian2013-04-081-1/+1
* Add a new TX power field - it's inteded to be used where low TX poweradrian2013-04-051-0/+1
* HAL additions to enable MCI Bluetooth coexistence in the AR9300 HAL.adrian2013-04-052-1/+20
* Update comments!adrian2013-04-041-4/+0
* Fix the busdma logic to work with EDMA chipsets when using bounceadrian2013-04-043-63/+84
* Mark a couple of places where I think the dmamap isn't being unmappedadrian2013-04-021-0/+2
* Some TX dmamap cleanups.adrian2013-04-021-1/+23
* Add a missing unmap; if we're freeing this mbuf then we mustadrian2013-04-021-0/+1
* Ensure that we only call the busdma unmap/flush routines once, whenadrian2013-04-013-22/+39
* Remove an un-needed comment.adrian2013-04-011-6/+0
* Use ATH_MAX_SCATTER rather than ATH_TXDESC.adrian2013-04-012-5/+5
* Only unmap the RX mbuf DMA map if there's a buffer here.adrian2013-04-011-3/+5
* * Stop processing after HAL_EIO; this is what the reference driver does.adrian2013-03-271-1/+2
* Implement the replacement EDMA FIFO code.adrian2013-03-263-59/+347
* Add per-TXQ EDMA FIFO staging queue support.adrian2013-03-263-17/+84
* Remove the mcast path calls to ath_hal_gettxdesclinkptr() for axq_link -adrian2013-03-262-3/+0
* Remove this dead code - it's no longer relevant (as yes, we do actuallyadrian2013-03-261-8/+0
* Convert the CABQ queue code over to use the HAL link pointer methodadrian2013-03-261-8/+15
* Convert the EDMA multicast queue code over to use the HAL method to setadrian2013-03-261-3/+5
* Migrate the multicast queue assembly code to not use the axq_link pointeradrian2013-03-261-5/+7
* Add new regulatory domain.adrian2013-03-242-0/+26
* Move the TXQ lock earlier in this routine - so to correctly protect theadrian2013-03-241-1/+2
* Fix the locking changes due to the TXQ change drive-by.adrian2013-03-241-1/+4
* Overhaul the TXQ locking (again!) as part of some beacon/cabq timingadrian2013-03-249-44/+171
* CABQ calculation changes to try and fix some weird corner cases leadingadrian2013-03-231-4/+4
OpenPOWER on IntegriCloud