index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ath
/
if_ath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stick the if_drv_flags access (check and modify) behind the ifq lock.
adrian
2012-03-10
1
-9
/
+18
*
Don't flood the cabq/mcastq with frames.
adrian
2012-03-10
1
-0
/
+13
*
Should the mcast queue be locked here? In case more multicast traffic
adrian
2012-03-09
1
-0
/
+2
*
Insert extra paranoia into the ath(4) driver.
adrian
2012-03-09
1
-0
/
+4
*
Wrap another ATH_LOCK around the scanning flag.
adrian
2012-03-02
1
-0
/
+2
*
Wrap the scan code state change stuff behind ATH_LOCK and the PCU fiddling
adrian
2012-03-02
1
-0
/
+10
*
Attempt to further fix some of the concurrency/reset issues that occur.
adrian
2012-02-25
1
-16
/
+34
*
Use the passed-in channel rather than ic->ic_curchan.
adrian
2012-02-23
1
-1
/
+1
*
Try to ensure that ieee80211_newstate() and the vap_newstate methods
adrian
2012-02-18
1
-0
/
+15
*
Enforce some consistent ordering and handling of interrupt disable/enable
adrian
2012-02-17
1
-12
/
+8
*
Begin breaking out the txrx stop code into a locked and unlocked variant.
adrian
2012-02-17
1
-3
/
+14
*
Attempt to address some potential vap->iv_bss race conditions.
adrian
2012-02-13
1
-3
/
+11
*
.. oops, use the right chainmask.
adrian
2012-02-10
1
-1
/
+1
*
Add in a new driver feature to allow the TX and RX chainmask to be
adrian
2012-02-10
1
-0
/
+24
*
Correctly fetch the TX/RX stream count from the HAL.
adrian
2012-01-31
1
-2
/
+2
*
Two changes from my DFS work:
adrian
2012-01-28
1
-4
/
+17
*
Add some node debugging which has helped me track down which particular
adrian
2012-01-26
1
-0
/
+7
*
Re-enable the PHY radar error frames if sc_dodfs is set.
adrian
2012-01-11
1
-0
/
+7
*
Flesh out configurable hardware based LED blinking.
adrian
2011-12-26
1
-0
/
+16
*
Setup the initial LED state on attach and resume.
adrian
2011-12-26
1
-1
/
+6
*
Refactor out the software LED config code into a common function, called
adrian
2011-12-26
1
-10
/
+2
*
First pass of LED related code changes.
adrian
2011-12-26
1
-44
/
+1
*
Do a quick style(9) pass of some of the code introduced with 802.11n
adrian
2011-12-26
1
-12
/
+17
*
Rework this ugly mess that tries to handle reset serialisation.
adrian
2011-12-23
1
-9
/
+70
*
Make some more of the 11n specific code conditional.
adrian
2011-12-23
1
-0
/
+4
*
Add a temporary debugging statement in order to try and identify what's
adrian
2011-12-23
1
-0
/
+29
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-8
/
+9
*
Print out the radio RF version at startup, so I can better see which
adrian
2011-12-15
1
-0
/
+2
*
Re-lock the ath lock after ath_reset() has been called.
adrian
2011-11-23
1
-0
/
+1
*
Use the correct lock when calling msleep().
adrian
2011-11-21
1
-1
/
+1
*
Fix some whitespace pollution.
adrian
2011-11-21
1
-3
/
+1
*
Begin breaking apart the receive setup/stop path in preparation for more
adrian
2011-11-19
1
-20
/
+20
*
Flesh out some slightly dirty reset/channel change serialisation code
adrian
2011-11-18
1
-27
/
+323
*
Introduce a work-around for issues with the AR5416 based MAC on SMP devices.
adrian
2011-11-09
1
-0
/
+12
*
Fix the KTR option to compile by default - it was referencing
adrian
2011-11-08
1
-0
/
+2
*
Introduce TX aggregation and software TX queue management
adrian
2011-11-08
1
-1
/
+61
*
Make sure TXEOL is set on default queues. Otherwise we don't get an
adrian
2011-11-08
1
-0
/
+1
*
Refactor out the TX buffer management and completion code in
adrian
2011-11-08
1
-102
/
+229
*
Change the descriptor logic to use bf_lastds to point to the last
adrian
2011-11-08
1
-6
/
+18
*
Change ath_buf allocation to:
adrian
2011-11-08
1
-0
/
+71
*
Break out the TX DMA stop code into a separate function.
adrian
2011-11-08
1
-6
/
+23
*
Add a 'vap' to ath_keyset().
adrian
2011-11-08
1
-1
/
+1
*
Some more various fixes, etc from my 11n branch.
adrian
2011-11-08
1
-1
/
+36
*
Add KTR tracepoints to the ath driver, in order to debug TX, RX
adrian
2011-11-08
1
-1
/
+23
*
In preparation for supporting 11n TX/RX properly, allow for TX queue draining
adrian
2011-11-08
1
-13
/
+15
*
Break out the node cleanup and node free path, in preparation for
adrian
2011-11-08
1
-2
/
+15
*
Preparation for correct 802.11n tx/rx handling.
adrian
2011-11-08
1
-17
/
+32
*
Merge in some fixes from the if_ath_tx branch.
adrian
2011-11-08
1
-31
/
+95
*
Migrate the STAILQ lists to TAILQs.
adrian
2011-11-08
1
-38
/
+41
*
Begin merging in some of my 802.11n TX aggregation driver changes.
adrian
2011-11-08
1
-1
/
+6
[next]