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_hostap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a comment explaining the previous commit.
rpaulo
2010-03-28
1
-0
/
+5
*
When receiving a management frame, pass the mbuf to bpf before calling
rpaulo
2010-03-23
1
-0
/
+3
*
When taking the AMPDU reorder fastpath, need_tap wasn't being
rpaulo
2010-02-03
1
-2
/
+1
*
Fix typo in comment
rpaulo
2009-12-08
1
-1
/
+1
*
Revamp 802.11 action frame handling:
sam
2009-07-05
1
-1
/
+1
*
iv_flags_ext is full, make room by moving HT-related flags to a new
sam
2009-06-07
1
-4
/
+4
*
correct status code returned for ht capability mismatch on assoc/reassoc
sam
2009-06-05
1
-1
/
+1
*
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
*
Fix monitor mode vaps to work as intended:
sam
2009-06-02
1
-3
/
+3
*
Fix handling of devices w/o radiotap support:
sam
2009-05-25
1
-1
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-24
/
+18
*
print both fc bytes when hitting a protocol version mismatch
sam
2009-04-26
1
-1
/
+2
*
add iv_recv_ctl method to allow hooking rx ctl frame handling
sam
2009-04-26
1
-8
/
+16
*
o use shared code to handle bpf tap and mbuf cleanup
sam
2009-04-26
1
-5
/
+2
*
Hoist 802.11 encapsulation up into net80211:
sam
2009-03-30
1
-0
/
+4
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-24
/
+12
*
follow prevailing style
sam
2008-12-31
1
-1
/
+1
*
convert MALLOC/FREE to malloc/free
sam
2008-12-18
1
-2
/
+2
*
fix comment
sam
2008-12-16
1
-1
/
+1
*
Replace adhoc checks in ieee80211_start with a per-node flag that
sam
2008-12-15
1
-0
/
+10
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
1
-1
/
+1
*
Fix checks for fast frames negotiation. ni_ath_flags holds the
sam
2008-10-30
1
-1
/
+1
*
New ap-side power save implementation; the main change is to allow drivers
sam
2008-10-26
1
-2
/
+7
*
Revert the removal of the MALLOC and FREE macros from the net80211 code.
des
2008-10-23
1
-2
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
must do a deep copy of mcast packets as they can be modified after dispatch
sam
2008-09-25
1
-1
/
+1
*
Revamp ht ie handling:
sam
2008-09-21
1
-1
/
+2
*
Cleanup AMPDU handling:
sam
2008-09-21
1
-13
/
+9
*
don't deauth a station because it sends a ps-poll w/ a bogus aid in it;
sam
2008-07-26
1
-2
/
+8
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-0
/
+2236