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
/
if_ath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
track whether any mesh vaps are present to correctly setup the rx filter
sam
2009-07-21
1
-1
/
+5
*
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
1
-11
/
+28
*
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
1
-1
/
+1
*
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
1
-85
/
+47
*
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
*
make superg/fast-frames state dynamically-allocated (and indirect off
sam
2009-05-02
1
-7
/
+2
*
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
*
remove reference to sc_tdmabintcnt; it was removed in r190848
sam
2009-04-13
1
-1
/
+0
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-381
/
+32
*
Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. It
sam
2009-03-30
1
-25
/
+26
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-13
/
+5
*
purge hal abi support; now that the hal is merged w/ the driver
sam
2009-03-19
1
-25
/
+0
*
Minor cleanups of tdma protocol handling:
sam
2009-03-18
1
-3
/
+3
*
replace if_watchdog w/ private callout; probably can merge this with the
sam
2009-03-09
1
-14
/
+19
*
add a sysctl to ena/dis frobbing cca
sam
2009-03-05
1
-1
/
+21
*
5416 and later parts mux the gpio outputs; extend the api to include
sam
2009-02-24
1
-4
/
+8
*
print mac+rf part names; drop the printing 2ghz rf stuff (might come back)
sam
2009-02-23
1
-26
/
+3
*
remove private support for IEEE80211_MODE_HALF and IEEE80211_MODE_QUARTER
sam
2009-02-19
1
-6
/
+1
*
add SIOCZATHSTATS ioctl to zero driver statistics
sam
2009-02-13
1
-0
/
+6
*
add driver stat to count tx drops due to insufficient frag buffers
sam
2009-02-13
1
-2
/
+1
*
don't do phantom beacon miss checking for s/w beacon miss handling,
sam
2009-02-10
1
-17
/
+22
*
mark the CLR key installed for open auth stations such that it is reclaimed
sam
2009-02-10
1
-0
/
+2
*
add hw.ath.bstuck to control the stuck beacon threshold
sam
2009-02-10
1
-2
/
+6
*
on resume ah_curchan may be NULL if no channel change has been done;
sam
2009-02-10
1
-1
/
+3
*
count stuck beacon events
sam
2009-02-07
1
-0
/
+1
*
Minor packet drop improvements:
sam
2009-02-05
1
-3
/
+8
*
Overhaul regulatory support:
sam
2009-01-28
1
-282
/
+62
*
change ic_getradiocaps driver callback to include the max # channels
sam
2009-01-27
1
-2
/
+2
*
don't run the calibration code if scanning, we won't be on the home channel
sam
2009-01-23
1
-0
/
+4
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-45
/
+695
*
honor IEEE80211_BPF_CRYPTO for raw xmit; fixes shared key auth in sta mode
sam
2008-12-07
1
-2
/
+50
*
New periodic calibration scheme needed for 11n parts that have
sam
2008-12-07
1
-51
/
+78
*
Switch to ath hal source code. Note this removes the ath_hal
sam
2008-12-01
1
-2
/
+1
*
sync w/ p4 branch
sam
2008-11-30
1
-1
/
+2
*
some of the 11n parts can hang under certain conditions without
sam
2008-11-30
1
-2
/
+28
*
add frequency mapping for the Zcomax GZ-901
sam
2008-11-30
1
-4
/
+9
*
print the extended tx/rx descriptor for 5416 and later parts
sam
2008-11-24
1
-9
/
+32
*
nuke special handling of RXORN interrupt; the hal marks the FATAL
sam
2008-11-24
1
-16
/
+4
*
Fix checks for fast frames negotiation. ni_ath_flags holds the
sam
2008-10-30
1
-1
/
+1
[next]