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
*
make all checks if ni_chw consistent
sam
2008-09-06
2
-2
/
+2
*
use c99 syntax for initializers; this silences
sam
2008-09-06
1
-99
/
+95
*
only return the negotiated ampdu density for sta mode
sam
2008-09-06
1
-1
/
+2
*
o kill IEEE80211_NODE_PSUPDATE; it was never used
sam
2008-09-06
2
-9
/
+5
*
put back placeholder comment
sam
2008-09-06
1
-0
/
+1
*
o validate the ba policy in addba response
sam
2008-09-06
2
-2
/
+29
*
add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flags
sam
2008-09-06
2
-2
/
+4
*
don't do ampdu reordering of fragments; they should never happen
sam
2008-09-06
1
-1
/
+15
*
moreve the aggregation q; it's not being used and
sam
2008-09-06
3
-12
/
+0
*
o show key indices w/o adjustment
sam
2008-09-06
1
-7
/
+11
*
purge ni_reqcw; not used and never will be
sam
2008-09-06
2
-3
/
+2
*
o fix BAR definitions
sam
2008-09-06
1
-3
/
+15
*
fix age calculations (yet again); entries in the q have values
sam
2008-09-06
1
-1
/
+1
*
Replace a line matching /^ $/ with one matching /^$/.
brooks
2008-09-03
1
-1
/
+1
*
free ifp allocated at ieee80211_vap_setup.
weongyo
2008-09-02
1
-0
/
+2
*
Fixing INVARIANTS build by adding 'z' format prefix for size_t typed
avatar
2008-08-29
1
-1
/
+1
*
Fix mic calculation when final data is entirely in a trailing mbuf;
sam
2008-08-29
1
-1
/
+19
*
This instance of ifnet got forgotten.
julian
2008-08-25
1
-2
/
+2
*
Verify that the WPA flags set are actually compatible with the
imp
2008-08-09
1
-4
/
+13
*
add WPS oui
sam
2008-08-06
1
-0
/
+2
*
add missing lock for htinfo update
sam
2008-08-02
1
-0
/
+2
*
correct decap of of AppleTalk and IPX frames; don't strip the SNAP
sam
2008-08-02
1
-1
/
+4
*
add a sysctl to deliver a radar event for testing
sam
2008-08-02
1
-0
/
+20
*
schedule the correct timer when receiving a radar event during CAC
sam
2008-08-02
1
-1
/
+1
*
don't deauth a station because it sends a ps-poll w/ a bogus aid in it;
sam
2008-07-26
1
-2
/
+8
*
reorder RSN/WPA2 ie in beacon and probe response frames to comply
sam
2008-07-07
1
-13
/
+13
*
correct construction of delba action frame; don't shift+mask the initiator
sam
2008-07-05
1
-1
/
+1
*
Change the calling convention for ic_node_alloc to deal with
sam
2008-06-07
2
-5
/
+7
*
Split ieee80211_notify_erp into locked and unlocked variants
sam
2008-06-07
1
-4
/
+12
*
Fix node cleanup issues when the last reference is held by
sam
2008-06-07
1
-16
/
+27
*
correct code returned in AsssocResp; the previous code is spec'd for use
sam
2008-06-07
1
-2
/
+1
*
Add ieee80211_crypto_reload_keys to push all keys known
sam
2008-05-28
2
-0
/
+44
*
Add a mac address to the key definition as otherwise we lose the
sam
2008-05-28
3
-13
/
+12
*
Split s/w crypt/mic attributes to allow future hackery; this change
sam
2008-05-28
5
-12
/
+18
*
missing piece of last commit; add RESUME flag bit definition
sam
2008-05-28
1
-4
/
+4
*
Add ieee80211_suspend_all and ieee80211_resume_all for
sam
2008-05-28
3
-0
/
+43
*
Don't override the txpower cap installed by ieee80211_alloc_node;
sam
2008-05-28
1
-3
/
+0
*
Simplify some contorted logic that wrongly left ISCAN_DISCARD set
sam
2008-05-28
1
-15
/
+13
*
Revise lock name handling:
sam
2008-05-28
3
-20
/
+28
*
special-case broadcast probe request in ieee80211_find_rxnode; we need
sam
2008-05-22
1
-16
/
+30
*
ignore sw beacon miss while scanning, just reset the beacon count and timer
sam
2008-05-22
1
-1
/
+18
*
no need to stop the sw beacon miss timer; it's not used with adhoc or wds
sam
2008-05-22
2
-4
/
+0
*
declare ieee80211_phymode_name with an array size
sam
2008-05-12
1
-1
/
+1
*
Update PLCP<->rate mapping support:
sam
2008-05-12
2
-13
/
+18
*
Minor cleanup of vap create work:
sam
2008-05-12
5
-20
/
+31
*
we have a DFS capability now so enable check
sam
2008-05-11
1
-3
/
+0
*
use c99-style initialization for ieee80211_phymode_name
sam
2008-05-11
1
-11
/
+11
*
add DFS capability bit and use it to auto-enable DFS support
sam
2008-05-11
3
-3
/
+5
*
use the current left edge of the BA window when forming ADDBA request
sam
2008-05-11
1
-3
/
+4
*
add PLCP service bit definitions
sam
2008-05-11
1
-0
/
+5
[next]