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
*
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
*
Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. It
sam
2009-03-30
2
-27
/
+26
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-13
/
+5
*
fix build w/ AH_DEBUG
sam
2009-03-24
1
-29
/
+0
*
purge hal abi support; now that the hal is merged w/ the driver
sam
2009-03-19
6
-72
/
+0
*
Minor cleanups of tdma protocol handling:
sam
2009-03-18
1
-3
/
+3
*
preliminary ar9280 support:
sam
2009-03-12
8
-646
/
+2987
*
add asserts
sam
2009-03-12
1
-0
/
+2
*
replace if_watchdog w/ private callout; probably can merge this with the
sam
2009-03-09
2
-14
/
+21
*
remove ar9160Detach; it does nothing
sam
2009-03-09
1
-14
/
+1
*
remove now-redunant cardbus attachment.
imp
2009-03-09
1
-1
/
+0
*
add a sysctl to ena/dis frobbing cca
sam
2009-03-05
2
-1
/
+22
*
fix typo's
sam
2009-02-24
1
-2
/
+2
*
move attach debug msg to the rf backend
sam
2009-02-24
3
-4
/
+2
[next]