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
*
Spell "Hz" correctly wherever it is user-visible.
gavin
2010-01-12
2
-2
/
+2
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
3
-3
/
+3
*
cardbus -> CardBus
imp
2010-01-03
1
-1
/
+1
*
Add WorldB SKU.
rpaulo
2009-11-18
1
-0
/
+27
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-1
/
+0
*
Atheros EEPROM version 4K. This version is mostly based on version 1.4.
rpaulo
2009-10-10
2
-0
/
+561
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
3
-4
/
+0
*
Add necessary include.
phk
2009-09-08
3
-0
/
+4
*
remove extranous return
sam
2009-09-07
1
-1
/
+1
*
fix extraneous return that can cause a memory leak
sam
2009-09-07
1
-1
/
+1
*
correct typo that was a noop on 32-bit machines but a bug on 64-bit machines
sam
2009-09-07
1
-1
/
+1
*
On resume in sta mode program the beacon timers so when roaming (and
sam
2009-08-31
1
-1
/
+10
*
change default regdomain for thailand
sam
2009-08-27
1
-1
/
+1
*
Fix handling of AR_RX_FILTER_BSSID: write the shadow value for AR_MISC_MODE
sam
2009-07-21
1
-5
/
+5
*
track whether any mesh vaps are present to correctly setup the rx filter
sam
2009-07-21
2
-1
/
+6
*
Fix something bogus deletion that got it during mesh commit.
rpaulo
2009-07-11
1
-0
/
+1
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
2
-11
/
+29
*
Fix ar5416 and later parts on big-endian platforms: setup the h/w byte
sam
2009-07-07
1
-15
/
+14
*
Fix AR5416 and later parts when building with AH_DEBUG or similar defined:
sam
2009-07-06
2
-16
/
+21
*
Revert a local change that should not have been in the last commit.
phk
2009-06-28
1
-1
/
+1
*
There are a number of ways an application can check if there are
phk
2009-06-28
1
-1
/
+1
*
Add HAL_RX_FILTER_BSSID support (to disable bssid match):
sam
2009-06-27
7
-7
/
+31
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsi
sam
2009-06-13
5
-17
/
+10
*
treat IEEE80211_S_CSA as a "running state"; this fixes
sam
2009-06-03
1
-4
/
+4
*
improve raw xmit failure handling
sam
2009-06-02
1
-17
/
+21
*
count frag tx failures as an ifnet error
sam
2009-06-02
1
-0
/
+1
*
fix comment
sam
2009-06-02
1
-1
/
+1
*
restart tdma beacons after vap destroy
sam
2009-06-02
1
-4
/
+10
*
Overhaul monitor mode handling:
sam
2009-05-20
2
-93
/
+54
*
correct HAL_INT_BNR comment, this bit is mapped directly the h/w now
sam
2009-05-19
1
-1
/
+1
*
add TBTT interrupt support; this was added in Griffin so consumers should
sam
2009-05-19
4
-5
/
+15
*
minor cleanup
sam
2009-05-19
2
-18
/
+14
*
remove special handling for BNR; it is direct mapped to the harwdare so
sam
2009-05-19
6
-16
/
+5
*
add HAL_CAP_INTRMASK to return the set of interrupts supported by the device
sam
2009-05-19
7
-1
/
+36
*
The module name convention is foo, not if_foo.
imp
2009-05-15
1
-3
/
+3
*
kill more portability functions that are no longer useful
sam
2009-05-08
3
-29
/
+5
*
kill unused OS_GETUPTIME
sam
2009-05-08
2
-11
/
+0
*
optimize ath_tx_findrix: there's no need to walk the rates table as
sam
2009-05-07
1
-20
/
+18
*
o cleanup checks for which vap combinations are permitted and what to
sam
2009-05-06
1
-20
/
+32
*
add support for the Beacon Not Ready (BNR) interrupt
sam
2009-05-06
3
-2
/
+14
*
make superg/fast-frames state dynamically-allocated (and indirect off
sam
2009-05-02
1
-7
/
+2
*
o eliminate a << in calculating the tx time for turbo mode by pre-multiplying
sam
2009-04-13
4
-35
/
+34
*
don't use caddr_t to match ieee80211_dump_pkt type; supplying the correct
sam
2009-04-13
1
-7
/
+8
*
o fix dynamic slave-side tdma slot length updating: we need to re-setup the
sam
2009-04-13
1
-1
/
+2
*
add a debug msg for when a fixed transmit rate is not applied because
sam
2009-04-13
1
-0
/
+9
*
remove reference to sc_tdmabintcnt; it was removed in r190848
sam
2009-04-13
1
-1
/
+0
*
check the method pointer before invoking ah_eepromDetach as it can
sam
2009-04-09
1
-2
/
+4
*
remove unused struct member
sam
2009-04-08
1
-1
/
+0
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
2
-395
/
+33
[next]