summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Defer the rescheduling of TID -> TXQ frames in some instances.adrian2012-03-293-1/+37
* Use the assigned sequence number when checking if a retried packet isadrian2012-03-262-5/+40
* Add some more debugging to try and nail down exactly what's going on whenadrian2012-03-251-2/+9
* Add the new channel width change field to the ath(4) driver.adrian2012-03-251-0/+27
* Add some further debugging to try and aid tracking down what the state ofadrian2012-03-221-0/+19
* Sprinkle some style(9) things around.adrian2012-03-221-6/+12
* Delay sequence number allocation for A-MPDU until just before the frameadrian2012-03-205-50/+259
* Fix a couple of debugging outputs.adrian2012-03-161-4/+13
* Add a dependency on ALQ if IEEE80211_ALQ and/or AH_DEBUG_ALQ is included.adrian2012-03-161-0/+6
* Stick the if_drv_flags access (check and modify) behind the ifq lock.adrian2012-03-101-9/+18
* Fix a panic introduced in a previous commit - non-beaconing modes (eg STA)adrian2012-03-102-14/+3
* Don't flood the cabq/mcastq with frames.adrian2012-03-105-4/+109
* Document that we may end up with some suboptimal handling of dataadrian2012-03-091-0/+11
* Should the mcast queue be locked here? In case more multicast trafficadrian2012-03-091-0/+2
* Insert extra paranoia into the ath(4) driver.adrian2012-03-091-0/+4
* Correctly initialise the TXQ link pointer to the last descriptor inadrian2012-03-081-2/+5
* Wrap another ATH_LOCK around the scanning flag.adrian2012-03-021-0/+2
* Wrap the scan code state change stuff behind ATH_LOCK and the PCU fiddlingadrian2012-03-021-0/+10
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-1/+1
* Add in some debugging code to check whether the current rate table hasadrian2012-02-262-0/+26
* Attempt to further fix some of the concurrency/reset issues that occur.adrian2012-02-252-16/+35
* Use the passed-in channel rather than ic->ic_curchan.adrian2012-02-231-1/+1
* Break out the radar code into a separate source file.adrian2012-02-203-358/+388
* Try to ensure that ieee80211_newstate() and the vap_newstate methodsadrian2012-02-181-0/+15
* Fix the return type.adrian2012-02-171-2/+2
* Enforce some consistent ordering and handling of interrupt disable/enableadrian2012-02-171-12/+8
* Begin breaking out the txrx stop code into a locked and unlocked variant.adrian2012-02-171-3/+14
* Fix the usefir128 config bit flipping.adrian2012-02-141-3/+2
* Improve the radar register config API.adrian2012-02-142-24/+44
* Attempt to address some potential vap->iv_bss race conditions.adrian2012-02-131-3/+11
* Enforce the hardware chainmask when allowing the user to override theadrian2012-02-101-0/+2
* .. oops, use the right chainmask.adrian2012-02-101-1/+1
* Add in a new driver feature to allow the TX and RX chainmask to beadrian2012-02-102-0/+28
* Extend the HAL code to allow the RX and TX chainmask to be overriddenadrian2012-02-103-0/+34
* Contribute some example code which demonstrates how to initialise theadrian2012-02-061-2/+53
* Support AR9281/AR5B91 - a 1x2 stream device based on the AR9280.adrian2012-01-312-4/+9
* Correctly fetch the TX/RX stream count from the HAL.adrian2012-01-311-2/+2
* Radar API related fixes.adrian2012-01-305-0/+30
* Oops, commit a missing implementation change.adrian2012-01-281-2/+9
* Change the prototype so the radar enable can fail.adrian2012-01-281-1/+1
* Two changes from my DFS work:adrian2012-01-281-4/+17
* Add some node debugging which has helped me track down which particularadrian2012-01-261-0/+7
* Fix up some style(9) indenting and reorganise some of the hal methods.adrian2012-01-241-19/+25
* Add a missing HAL method macro. I'm using this as part of some personaladrian2012-01-241-1/+2
* Break out the "memory" EEPROM data read method from being AR9130 specificadrian2012-01-156-31/+47
* Re-enable the PHY radar error frames if sc_dodfs is set.adrian2012-01-111-0/+7
* style(9) changes. This shouldn't change functionality.adrian2012-01-111-35/+73
* .. the AR5416 HAL code touches the MIMO parts in HAL_CHANNEL,adrian2012-01-072-0/+6
* Commit a temporary workaround for people who are building kernelsadrian2012-01-071-0/+11
* If frames are dumped out of the queue, let's at least see what they are.adrian2012-01-011-0/+6
OpenPOWER on IntegriCloud