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
*
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
*
Add PCIE power control api:
sam
2009-02-24
15
-42
/
+162
*
Fill in gpio support for 5416 and later parts:
sam
2009-02-24
5
-49
/
+208
*
misc fixups, mostly for code not compiled yet
sam
2009-02-24
1
-10
/
+11
*
5416 and later parts mux the gpio outputs; extend the api to include
sam
2009-02-24
15
-25
/
+52
*
move eeprom attach above first reset as the reset code checks the
sam
2009-02-24
2
-8
/
+8
*
attach methods don't need to be public, make 'em static
sam
2009-02-23
5
-9
/
+3
*
5416 and later parts get the radio rev differently; add ar5416GetRadioRev
sam
2009-02-23
3
-2
/
+18
*
remove private copies of gpio methods that were needed when the hal
sam
2009-02-23
5
-32
/
+6
*
print mac+rf part names; drop the printing 2ghz rf stuff (might come back)
sam
2009-02-23
4
-28
/
+90
*
correct SIFS setting; there is a 2usec adjustment between the calculated
sam
2009-02-20
1
-2
/
+2
*
don't adjust core clk conversions for 1/2 and 1/4 rate channels; the
sam
2009-02-20
1
-8
/
+0
*
remove private support for IEEE80211_MODE_HALF and IEEE80211_MODE_QUARTER
sam
2009-02-19
2
-9
/
+2
*
Cleanup ath_hal_computetxtime's handling of 1/2 and 1/4-width channels:
sam
2009-02-19
3
-86
/
+74
*
add HAL_DIAG_SETREGS to write registers via the diag api
sam
2009-02-19
2
-4
/
+20
*
whitespace
sam
2009-02-19
1
-2
/
+2
*
add SIOCZATHSTATS ioctl to zero driver statistics
sam
2009-02-13
2
-0
/
+7
[next]