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
/
net80211
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify most routines returning 'struct ifaddr *' to return references
rwatson
2009-06-23
1
-0
/
+1
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
ieee80211_dwds_mcast(): check the correct mbuf ptr after encap.
rpaulo
2009-06-18
1
-1
/
+1
*
Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32
sam
2009-06-13
1
-1
/
+2
*
make implicit pad visible
sam
2009-06-11
1
-0
/
+1
*
use negotiated short gi to calculate the tx rate; using the htcaps
sam
2009-06-11
1
-2
/
+2
*
When associating to an AP we don't know if HT is negotiated until
sam
2009-06-11
3
-6
/
+8
*
protect callouts with the com lock
sam
2009-06-09
1
-5
/
+7
*
add missing calls to ieee80211_dfs_attach/detach
sam
2009-06-09
1
-0
/
+2
*
Correct ieee80211_gettid:
sam
2009-06-09
4
-9
/
+12
*
purge dead code
sam
2009-06-08
1
-29
/
+0
*
fix big-endian machines
sam
2009-06-08
1
-4
/
+4
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
do not strip M_MORE_DATA on packets coming through ieee80211_start;
sam
2009-06-08
1
-3
/
+4
*
prefer callout_schedule
sam
2009-06-07
1
-2
/
+1
*
use c99-style initializers
sam
2009-06-07
1
-7
/
+7
*
teach ieee80211_classify about ipv6 packets
sam
2009-06-07
1
-1
/
+23
*
add iv_flags_ht and ic_flags_ht
sam
2009-06-07
1
-0
/
+2
*
iv_flags_ext is full, make room by moving HT-related flags to a new
sam
2009-06-07
11
-116
/
+166
*
o add bits for STBC and Greenfield
sam
2009-06-06
1
-5
/
+8
*
reserve node flag bits for a-msdu tx/rx
sam
2009-06-05
1
-3
/
+7
*
reserve ioc's for Greenfield and STBC
sam
2009-06-05
1
-0
/
+2
*
correct status code returned for ht capability mismatch on assoc/reassoc
sam
2009-06-05
1
-1
/
+1
*
o correct/add action frame categories
sam
2009-06-05
1
-1
/
+5
*
add tid param to ieee80211_notify_replay_failure to get the correct rsc
sam
2009-06-05
4
-6
/
+6
*
Fix spelling of MAC check for 8.x version of MAC Framework, not noticed due
rwatson
2009-06-05
1
-1
/
+3
*
o station mode channel switch support
sam
2009-06-04
9
-22
/
+207
*
When a channel switch is done to a channel with different operating
sam
2009-06-03
1
-0
/
+34
*
After a channel switch mark associated stations so they will immediately
sam
2009-06-03
1
-0
/
+18
*
calls callout_drain(9) to un-schedule a scan timer to prevent a page
weongyo
2009-06-03
1
-0
/
+1
*
remove another vestige of the null if_softc on detach hack
sam
2009-06-02
1
-16
/
+6
*
fix typo
sam
2009-06-02
1
-1
/
+1
*
partially fix mode setting; this no longer returns an error but still
sam
2009-06-02
1
-1
/
+1
*
move if_detach to the top of ieee80211_ifdetach to close various races
sam
2009-06-02
1
-2
/
+3
*
Remove hack used to deal with ifnet teardown now that if_detach and the
sam
2009-06-02
3
-42
/
+8
*
Fix monitor mode vaps to work as intended:
sam
2009-06-02
7
-23
/
+89
*
don't dispatch frames to vap's not running
sam
2009-06-02
1
-0
/
+3
*
count packets
sam
2009-06-02
1
-0
/
+3
*
pad data structures to enable integration of future features w/o abi breakage
sam
2009-06-01
6
-2
/
+19
*
distribute sysctl decls so global variables can be made static
sam
2009-05-30
4
-51
/
+38
*
o assert TDMA_MAXSLOTS is 2 so noone tries to blindly increase it
sam
2009-05-30
1
-4
/
+17
*
add ieee80211_isratevalid
sam
2009-05-29
1
-0
/
+6
*
Fix handling of devices w/o radiotap support:
sam
2009-05-25
6
-11
/
+14
*
do internal bpf tracking only for radiotap DLT's
sam
2009-05-25
1
-2
/
+2
*
Prepare to distribute sysctl code to reduce global definitions:
sam
2009-05-20
2
-1
/
+5
*
Overhaul monitor mode handling:
sam
2009-05-20
23
-142
/
+503
*
add block ack frame id
sam
2009-05-18
1
-0
/
+1
*
add missing type for SYSCTL_PROC items; w/o a type you can view the value
sam
2009-05-14
1
-6
/
+6
*
correct handling of ctl frames: the sender's address is always i_addr2 for
sam
2009-05-14
1
-12
/
+0
*
Cancel the scan when going to INIT state. Should do this for other states here
thompsa
2009-05-10
1
-0
/
+2
[next]