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
*
correct CTS duration calculation; SIFS+ACK should use the xmit rate not
sam
2005-08-12
1
-2
/
+2
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-9
/
+6
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
3
-17
/
+18
*
Split crypto tx+rx key indices and add a key index -> node mapping table:
sam
2005-08-08
2
-81
/
+44
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
o fix setup of sc_diversity; the hal does not give us reliable
sam
2005-07-24
2
-12
/
+15
*
o move ath_sysctlattach down so variables it depends on are setup
sam
2005-07-23
1
-6
/
+6
*
simplify ic_newassoc callback
sam
2005-07-22
1
-3
/
+3
*
simplify ieee80211_ibss_merge api
sam
2005-07-22
1
-1
/
+1
*
diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use
sam
2005-07-22
3
-5
/
+7
*
only invoke ath_rate_tx_complete to update rate control state when the
sam
2005-07-07
2
-1
/
+5
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
4
-38
/
+47
*
Change station mode beacon timer setup to insure the calculated
sam
2005-06-09
1
-6
/
+49
*
Set the correct IFS parameters for the beacon tx queue
sam
2005-06-07
2
-1
/
+49
*
Misc keycache changes:
sam
2005-06-06
2
-79
/
+176
*
restore led state on resume
sam
2005-06-02
1
-0
/
+4
*
honor new IEEE80211_KEY_GROUP key flag
sam
2005-04-12
2
-1
/
+31
*
use frame type returned by ieee80211_input to drive softled code
sam
2005-04-04
2
-5
/
+3
*
fix size_to_bin
sam
2005-04-02
1
-1
/
+1
*
nuke unintentional use of HAL_BOOL type
sam
2005-04-02
4
-8
/
+8
*
reclaim mbufs in failure cases
sam
2005-03-31
1
-0
/
+2
*
close unlikely race
sam
2005-03-30
1
-2
/
+2
*
correct comment
sam
2005-03-30
1
-3
/
+3
*
o fix bug where rate wouldn't lift off lowest setting when operating as
sam
2005-03-30
1
-24
/
+47
*
rev rate control api to pass the both the first+last tx descriptors
sam
2005-03-30
4
-6
/
+6
*
o extend cts to cover packet burst when operating in 11g w/ protection
sam
2005-03-30
3
-29
/
+70
*
Fixing kernel build on amd64 machines.
avatar
2005-03-30
1
-3
/
+3
*
extend the timestamp from the rx descriptor to calculate the tsf to
sam
2005-03-29
1
-7
/
+24
*
forgot to merge this bit from p4
sam
2005-03-29
1
-1
/
+2
*
sync rates for any associated stations or neighbors on state transition
sam
2005-03-29
1
-1
/
+16
*
simplify callback
sam
2005-03-29
2
-4
/
+8
*
replace m_defrag with something more suitable
sam
2005-03-29
1
-3
/
+88
*
fix braino introduced when converting from madwifi
sam
2005-03-20
1
-1
/
+1
*
eliminate mid-block variable decls
sam
2005-03-20
1
-5
/
+4
*
version 1.1 (with cleanups)
sam
2005-03-19
2
-222
/
+533
*
Adding missing module dependency. This should fix the undefined symbol
avatar
2005-03-11
1
-0
/
+1
*
SampleRate rate control algorithm for the ath driver
sam
2005-03-11
2
-0
/
+744
*
reclaim mbuf chain when ieee80211_crypto_encap fails
sam
2005-03-08
1
-0
/
+1
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Fixup radiotap handling of FCS and QoS frames per discussion with David Young:
sam
2005-01-24
2
-43
/
+16
*
beacon handling fixups for adhoc mode:
sam
2005-01-24
1
-12
/
+21
*
switch to use bus_dmamap_load_mbuf_sg
sam
2005-01-24
1
-25
/
+13
*
o correct beacon interval calculation; the internal setting is in TU's not ms
sam
2005-01-24
1
-7
/
+4
*
statically allocate the station/neighbor node table; the deferred
sam
2005-01-24
2
-8
/
+6
*
adjust tx buffer allocation based on empirical testing:
sam
2005-01-18
1
-3
/
+3
*
add missing statistic
sam
2005-01-18
1
-2
/
+4
*
disable interrupts when transitioning to INIT state so we don't rx frames
sam
2005-01-18
1
-1
/
+4
*
replace hand-rolled code to compact an mbuf chain with m_defrag; this is
sam
2005-01-18
1
-17
/
+4
*
setup the beacon xmit queue to not interrupt; we don't use them and
sam
2005-01-18
1
-1
/
+18
*
better led blinking
sam
2005-01-18
2
-48
/
+170
[next]