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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Oops; correctly reload the CCA registers with the uncapped value
adrian
2015-01-17
1
-1
/
+2
*
Until there's a full MCI implementation - just implement a placeholder
adrian
2015-01-17
1
-0
/
+68
*
Add bluetooth MCI coexistence HAL methods - used for AR9462 and AR9565 NICs.
adrian
2015-01-16
1
-0
/
+12
*
Check the right value correctly.
adrian
2015-01-16
1
-1
/
+1
*
Bump the valid GPIO range for rfkill up from 8 to 16.
adrian
2014-12-23
1
-1
/
+9
*
Fix the following -Werror warning from clang 3.5.0, while building the
dim
2014-11-23
1
-1
/
+7
*
Convert the callouts back to using mutexes.
adrian
2014-11-15
1
-10
/
+4
*
Migrate the callouts from using mutex locks to being mpsafe with
adrian
2014-11-14
1
-9
/
+23
*
Add a missing file from the last commit.
adrian
2014-09-30
1
-0
/
+669
*
Add initial support for the AR9485 CUS198 / CUS230 variants.
adrian
2014-09-30
17
-11
/
+232
*
Fix up the EDMA RX setup path to correctly initialise and reset the RX FIFO.
adrian
2014-09-20
3
-83
/
+133
*
Mechanically convert to if_inc_counter().
glebius
2014-09-18
3
-10
/
+12
*
Shut down RX before TX - in theory, this should make the chip less likely
adrian
2014-08-23
2
-9
/
+15
*
Bump the HAL_REGRANGE fields from 16 bit to 32 bit.
adrian
2014-08-09
2
-6
/
+7
*
Add two new debug mark entries for chip power configuration.
adrian
2014-08-09
1
-0
/
+3
*
an isn't used, so eliminate it.
imp
2014-08-08
1
-2
/
+0
*
Remove ia64.
marcel
2014-07-07
2
-4
/
+2
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
3
-10
/
+5
*
Revert r267961, r267973:
gjb
2014-06-27
3
-5
/
+10
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
3
-10
/
+5
*
Add casts to have it compile on amd64 without complaining about
adrian
2014-05-07
1
-6
/
+9
*
There's no need to be this paranoid - ni is deferenced before this
adrian
2014-05-07
1
-1
/
+1
*
Modify the RX path to keep the previous RX descriptor around once it's
adrian
2014-05-06
3
-17
/
+122
*
Wake up the hardware before calling ath_mode_init() in the ioctl() path.
adrian
2014-05-05
1
-0
/
+2
*
Break out the multicast programming into its own hardware specific
adrian
2014-05-05
1
-6
/
+30
*
Quieten the RX/TX descriptor and FIFO setup debugging.
adrian
2014-05-05
2
-14
/
+21
*
Add Atheros AR1111 support to the HAL.
adrian
2014-05-05
1
-0
/
+1
*
Add tracking for self-generated frames when the VAP is in sleep state.
adrian
2014-05-02
3
-11
/
+112
*
* Modify the beacon interval in debugging to be ni_intval, not 102400
adrian
2014-04-30
1
-13
/
+17
*
Bring over some initial power save management support, reset path
adrian
2014-04-30
12
-73
/
+787
*
* Only update ah_powerMode if we're setting the chip sleep state.
adrian
2014-04-30
4
-12
/
+27
*
Note that the AR5416 and later hardware supports the MYBEACON RX filter.
adrian
2014-04-27
1
-0
/
+5
*
* Add a new capability which returns whether the hardware supports
adrian
2014-04-27
3
-1
/
+6
*
Program the AR_TSFOOR_THRESHOLD register with a default lifted from
adrian
2014-04-27
1
-0
/
+26
*
Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!
adrian
2014-04-27
1
-2
/
+2
*
Do a read-after-write to ensure the interrupt register update is flushed
adrian
2014-04-27
1
-0
/
+3
*
Fix the AR5211 power mode tracking stuff.
adrian
2014-04-24
1
-2
/
+4
*
Fix the AR5210 HAL code to store the association ID and restore it
adrian
2014-04-24
3
-0
/
+7
*
Fix ah_powerMode to be set at the correct place for the AR5210.
adrian
2014-04-24
1
-2
/
+4
*
Wrap the rate control re-init code in a lock, to serialise it with
adrian
2014-04-23
1
-0
/
+2
*
Rewrite the cleanup code to, well, actually work right.
adrian
2014-04-21
1
-45
/
+125
*
* Modify the debugging output from pause/resume to note the TID and STA
adrian
2014-04-21
1
-7
/
+16
*
Make sure bf_next is NULL'ed out when we're completing up an aggregate
adrian
2014-04-21
1
-2
/
+3
*
Fix a cleanup hang if cleanup gets called _during_ an active cleanup.
adrian
2014-04-21
1
-8
/
+28
*
Add a function to check whether the given register can be accessed whilst
adrian
2014-04-09
1
-4
/
+26
*
Add some debugging and forcing of the BAW to match what the current
adrian
2014-04-08
1
-16
/
+44
*
Don't do continue inside the scheduler loop; we really need to check
adrian
2014-04-08
1
-2
/
+2
*
Correct the actual definition of ath_tx_tid_filt_comp_single() to
adrian
2014-04-08
1
-5
/
+10
*
Add a comment explaining the obvious.
adrian
2014-04-08
1
-0
/
+1
*
Don't resume a TID on each filtered frame completion - only do it if
adrian
2014-04-08
1
-2
/
+8
[next]