aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* * According to the reference code, AR_WA_D3_L1_DISBABLE is bit 14.Adrian Chadd2012-05-251-1/+5
* oops - ath_hal_disablepcie is actually destined for another purpose,Adrian Chadd2012-05-2511-25/+40
* Prepare for improved (read: pcie) suspend/resume support.Adrian Chadd2012-05-256-0/+46
* Re-up the TX ath_buf limit from 128 to 512.Adrian Chadd2012-05-221-1/+1
* Fix up some corner cases with aggregation handling.Adrian Chadd2012-05-222-5/+19
* For now, add a quick debugging patch to log when the hw TXQ != the TID/AC.Adrian Chadd2012-05-211-0/+12
* Rename ath_tx_cleanup() -> ath_tx_tid_cleanup() in order to not clashAdrian Chadd2012-05-211-3/+3
* Re-add 'ic' and properly wrap it in the SUPERG macro.Adrian Chadd2012-05-211-0/+3
* Remove unused variable.Bernhard Schmidt2012-05-201-1/+0
* Migrate the per-frame code out from ath_rx_proc() to ath_rx_pkt().Adrian Chadd2012-05-201-308/+328
* Migrate most of the beacon handling functions out to if_ath_beacon.c.Adrian Chadd2012-05-204-746/+856
* Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c.Adrian Chadd2012-05-206-369/+583
* Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch].Adrian Chadd2012-05-206-914/+1121
* Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD;Adrian Chadd2012-05-155-46/+54
* Handle non-xretry errors the same as xretry errors for now.Adrian Chadd2012-05-151-1/+11
* Add some empty DFS methods for AR5210/AR5211 for now, if DFS is enabledAdrian Chadd2012-05-096-0/+32
* Re-enable this particular DELAY() for now, at least until theAdrian Chadd2012-05-071-0/+2
* Fix a couple of sc_ac2q[] mappings that were using the TID, not the AC.Adrian Chadd2012-05-041-4/+4
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,Adrian Chadd2012-05-0115-15/+83
* After thinking about this a bit more, let's not keep statistics per-channelAdrian Chadd2012-04-285-9/+10
* Although not strictly needed, quieten a compiler warning by a user.Adrian Chadd2012-04-281-1/+1
* Extend the ANI code to implement basic channel survey support.Adrian Chadd2012-04-283-36/+73
* Fetch the channel survey code from the HAL.Adrian Chadd2012-04-282-0/+9
* Extend the HAL channel survey statistics:Adrian Chadd2012-04-281-0/+4
* Add a comment about this DELAY(), I'm not sure whether it's supposedAdrian Chadd2012-04-281-0/+4
* Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed.Adrian Chadd2012-04-283-0/+36
* Remove some of the redundant locking done in the TX completion path,Adrian Chadd2012-04-261-9/+13
* Add the BT register definitions for AR9285/AR9287 BT coexistence.Adrian Chadd2012-04-262-0/+83
* Add placeholder methods for WMI command access (USB, perhaps SDIO later)Adrian Chadd2012-04-252-0/+19
* Add a note that explains what the current state of the register byte orderAdrian Chadd2012-04-251-0/+4
* .. oops.Adrian Chadd2012-04-201-0/+1
* "Upgrade" the AR9285 code to support PCI/ART EEPROM on flash.Adrian Chadd2012-04-203-8/+18
* Stop using the hardware register value byte order swapping for now,Adrian Chadd2012-04-197-71/+18
* Run the fatal proc as a proc, rather than where it currently is.Adrian Chadd2012-04-172-1/+3
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.Adrian Chadd2012-04-151-9/+6
* Drop this down from 512 to 128 for now.Adrian Chadd2012-04-151-1/+1
* Override some default values to work around various issues in the deep,Adrian Chadd2012-04-151-3/+17
* Both linux ath9k and the reference driver initialises the PLL hereAdrian Chadd2012-04-141-0/+1
* Upgrade ATH_EEPROM_FIRMWARE to a configuration option.Adrian Chadd2012-04-131-2/+1
* Introduce the ability to grab local EEPROM data from the firmware(9)Adrian Chadd2012-04-131-0/+46
* Fix the default, non-superg compile.Adrian Chadd2012-04-111-0/+2
* Fix compilation with IEEE80211_ENABLE_SUPERG defined.Adrian Chadd2012-04-101-0/+1
* Convert the flags over to a set of bit flags.Adrian Chadd2012-04-101-12/+13
* Blank the aggregate stats whenever the zero ioctl is called.Adrian Chadd2012-04-101-0/+2
* Squirrel away SYNC interrupt debugging if it's enabled in the HAL.Adrian Chadd2012-04-104-1/+42
* Revert this for now - it may work for -8 and -9 and -HEAD, but notAdrian Chadd2012-04-101-14/+0
* Squirrel away the SYNC interrupt in case we're doing interrupt debugging.Adrian Chadd2012-04-102-0/+5
* * Since the API changed along the -CURRENT path (december 2011),Adrian Chadd2012-04-101-2/+22
* After reviewing the mcast/sleep station code a little, undo some brainAdrian Chadd2012-04-081-30/+13
* Do a dma sync before the descriptors are chained together.Adrian Chadd2012-04-071-0/+3