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
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
1
-5
/
+0
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
1
-0
/
+1
*
Link state change notification of ethernet media to the routing socket.
andre
2004-05-05
1
-1
/
+10
*
Resolve the issue of whether frames have FCS or not. Frame data does not
sam
2004-04-05
1
-0
/
+5
*
eliminate nested include by making MALLOC_DECLARE conditional on the
sam
2004-04-05
2
-1
/
+2
*
add definitions for WME, WPA (and WPA2), and miscellaneous other stuff
sam
2004-04-05
1
-1
/
+145
*
export the malloc type M_80211_NODE for drivers that override the node
sam
2004-04-05
2
-0
/
+3
*
make malloc tag for ieee80211_node more recognizable
sam
2004-04-05
1
-1
/
+1
*
Change handling of probe response frames. Previously we always dropped the
sam
2004-04-02
1
-2
/
+27
*
fix adhoc/ibss operation for drivers that require host support (e.g. ath):
sam
2004-04-02
4
-36
/
+79
*
always free node reference when processing a probe request frame; was
sam
2004-04-02
1
-7
/
+2
*
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
2
-9
/
+5
*
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
*
when processing beacon/probe response frames capture "is probe" in a
sam
2004-04-02
1
-6
/
+6
*
add a case of IEEE80211_ELEMID_IBSSPARMS so the statistic on unknown
sam
2004-04-02
1
-0
/
+2
*
when doing internal bridging free the node instead of just dropping the
sam
2004-04-02
1
-1
/
+1
*
when receiving a frame w/ a bad version number don't unref the node; the
sam
2004-04-02
1
-1
/
+0
*
insure basic rate bit is set in derived rate set; this
sam
2004-04-02
1
-1
/
+10
*
diff reduction against madwifi/p4
sam
2004-04-02
1
-2
/
+2
*
o add support for controlling the power of transmitted frames
sam
2004-03-30
5
-0
/
+54
*
Only call if_init when doing SIOCSIFADDR if the interface is not marked
sam
2004-03-30
1
-0
/
+60
*
Add explicit dependency on "ether", since we use ether_ifattach().
mux
2004-03-16
1
-0
/
+1
*
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
[next]