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
*
Change WI_RID_SCAN_RES compatibility interface to return the result after
onoe
2004-01-19
1
-1
/
+2
*
Add support for FH phy, which will be used by awi driver.
onoe
2004-01-15
3
-46
/
+72
*
Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.
sam
2004-01-13
2
-1
/
+18
*
Sync with netbsd:
sam
2003-12-28
1
-43
/
+60
*
o insure the current channel is in a good state before starting an AP scan
sam
2003-11-13
1
-13
/
+44
*
fix typo that broke AP scanning by BSSID
sam
2003-11-09
1
-2
/
+1
*
Fix a reversed suser(9) in SIOCG80211:IEEE80211_IOC_WEPKEY which prevents
green
2003-11-05
1
-1
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
2
-2
/
+2
*
fix station mode breakage (repeat after me: "test every change, no
sam
2003-10-17
1
-13
/
+24
*
add statistics for all failures and/or abnormal events; still need
sam
2003-10-17
7
-39
/
+174
*
fixup debug msgs
sam
2003-10-17
1
-3
/
+6
*
include FH/DS parameters element in probe response frames
sam
2003-10-17
1
-0
/
+18
*
correct comment
sam
2003-10-17
1
-1
/
+1
*
o add capability to indicate if device receives all management frames
sam
2003-10-17
2
-6
/
+18
*
parameterize locking to improve portability and possible
sam
2003-10-17
3
-21
/
+29
*
Try yet again to deal with timing out nodes. We cannot hold the
sam
2003-09-26
3
-6
/
+27
*
Correct rate set negotiation when operating as a station: if the
sam
2003-09-26
1
-2
/
+11
*
allocate node table entries with a specific malloc type
sam
2003-09-26
1
-2
/
+4
*
correct spelling of IEEE80211_IOC_RTSTHRESHOLD
sam
2003-09-26
2
-3
/
+3
*
Generalize the per-node RSSI data so drivers can do more interesting
sam
2003-09-15
3
-4
/
+17
*
Change input handling to not expect drivers to filter short frames.
sam
2003-09-15
1
-6
/
+24
*
add definitions for various control frames and a minimum-sized frame that
sam
2003-09-15
1
-0
/
+51
*
Honor the short preamble capability/state flag when calculating the
sam
2003-09-14
1
-1
/
+12
*
short preamble capability is not just for 11g; mark IEEE80211_F_SHPREAMBLE
sam
2003-09-14
1
-3
/
+3
*
Experimental bpf capture format for 802.11 devices. The link layer
sam
2003-09-05
1
-0
/
+185
*
o correct logic that checks frame size to decide if a cluaster is needed
sam
2003-09-01
1
-1
/
+2
*
MFp4 changes to fix locking issues and correct reference
sam
2003-08-19
6
-134
/
+186
*
Delay creating ic_bss until after the super-class has a chance
sam
2003-08-13
3
-0
/
+14
*
Use IEEE80211_RATE_MAXSIZE instead of IEEE80211_RATE_SIZE to validate the
sam
2003-08-13
1
-4
/
+4
*
add monitor mode
sam
2003-07-21
4
-1
/
+25
*
o change ieee80211_new_state handling to use a proper method that drivers
sam
2003-07-20
8
-57
/
+70
*
insure ic_bss always has a "valid" channel; avoids problems where users could
sam
2003-06-29
1
-1
/
+2
*
use proper length to copy data for WI_RID_DESIRED_SSID (was smashing
sam
2003-06-29
1
-1
/
+1
*
add safeguard against (bogus) null channel parameter
sam
2003-06-29
1
-1
/
+4
*
revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>
sam
2003-06-27
13
-215
/
+221
*
fix typo
sam
2003-06-27
1
-1
/
+1
*
add comment
sam
2003-06-26
1
-0
/
+2
*
fix tcpdump -y IEEE802_11; NBPFILTER was a holdover from netbsd compatibility
sam
2003-06-25
1
-6
/
+0
*
new 802.11 layer:
sam
2003-06-23
13
-0
/
+5719