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
/
ieee80211_node.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update 802.11 support; too much new functionality to fully describe
sam
2004-12-08
1
-271
/
+1475
*
make malloc tag for ieee80211_node more recognizable
sam
2004-04-05
1
-1
/
+1
*
fix adhoc/ibss operation for drivers that require host support (e.g. ath):
sam
2004-04-02
1
-6
/
+70
*
o change ieee80211_dup_bss to inherit explicit data from ic_bss instead of
sam
2004-04-02
1
-2
/
+7
*
track node allocation failure stats in ieee80211_alloc_node instead
sam
2004-04-02
1
-0
/
+2
*
replace explicit malloc/free with MALLOC/FREE for portability
sam
2004-04-02
1
-3
/
+5
*
extract node matching logic into new ieee80211_match_bss routine for use
sam
2004-04-02
1
-54
/
+66
*
diff reduction against madwifi
sam
2004-04-02
1
-3
/
+5
*
o add support for controlling the power of transmitted frames
sam
2004-03-30
1
-0
/
+1
*
fix typo that broke AP scanning by BSSID
sam
2003-11-09
1
-2
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-1
/
+1
*
add statistics for all failures and/or abnormal events; still need
sam
2003-10-17
1
-1
/
+5
*
parameterize locking to improve portability and possible
sam
2003-10-17
1
-17
/
+17
*
Try yet again to deal with timing out nodes. We cannot hold the
sam
2003-09-26
1
-6
/
+25
*
allocate node table entries with a specific malloc type
sam
2003-09-26
1
-2
/
+4
*
Generalize the per-node RSSI data so drivers can do more interesting
sam
2003-09-15
1
-0
/
+10
*
MFp4 changes to fix locking issues and correct reference
sam
2003-08-19
1
-15
/
+18
*
Delay creating ic_bss until after the super-class has a chance
sam
2003-08-13
1
-0
/
+7
*
o change ieee80211_new_state handling to use a proper method that drivers
sam
2003-07-20
1
-18
/
+24
*
insure ic_bss always has a "valid" channel; avoids problems where users could
sam
2003-06-29
1
-1
/
+2
*
revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>
sam
2003-06-27
1
-21
/
+17
*
new 802.11 layer:
sam
2003-06-23
1
-0
/
+557