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
*
Revert parts of r299575 in order to make more MIPS kernels build
bz
2016-05-14
1
-0
/
+6
*
net80211: drop some unused variables / local macros
avos
2016-05-12
10
-74
/
+5
*
net80211: restore 'iflladdr_event' event handler.
avos
2016-05-06
1
-0
/
+19
*
net80211: do not hardcode size of ic_modecaps field.
avos
2016-05-04
1
-1
/
+2
*
[net80211] add extra debugging around negotiated A-MPDU parameters.
adrian
2016-05-04
1
-0
/
+8
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
12
-21
/
+21
*
net80211: fix MAC address change via SIOCSIFLLADDR ioctl.
avos
2016-05-02
1
-1
/
+11
*
net80211: calculate IEEE80211_MODE_BYTES / IEEE80211_CHAN_BYTES
avos
2016-05-01
2
-3
/
+3
*
net80211 + drivers: hide size of 'bands' array behind a macro.
avos
2016-04-29
1
-0
/
+1
*
net80211: provide a set of ieee80211_add_channel*() functions
avos
2016-04-29
3
-92
/
+292
*
[net80211] fix indenting.
adrian
2016-04-28
1
-2
/
+2
*
[net80211] handle action frames in adhoc mode from the node that created the ...
adrian
2016-04-28
1
-1
/
+2
*
[net80211] add the STBC ioctl support.
adrian
2016-04-26
1
-0
/
+32
*
[net80211] add STBC capability flags to iv_flags_ht.
adrian
2016-04-26
1
-0
/
+12
*
[net80211] add an ioctl for LDPC configuration.
adrian
2016-04-26
1
-0
/
+1
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-1
/
+1
*
net80211: refresh comments for ieee80211_scan_next() and
avos
2016-04-21
2
-10
/
+14
*
net80211: enable promiscuous mode state change for non-monitor/ahdemo modes
avos
2016-04-21
2
-14
/
+20
*
net80211: hide subtype mask & shift in function call.
avos
2016-04-20
12
-38
/
+33
*
net80211: provide descriptions for reason codes
avos
2016-04-20
8
-18
/
+163
*
net80211 (trivial, noop): remove duplicate check from hostap_recv_mgmt()
avos
2016-04-20
1
-5
/
+6
*
net80211: replace internal LE_READ_*/LE_WRITE_* macro with system
avos
2016-04-20
10
-102
/
+66
*
net80211: do not reschedule scan_curchan_task() if the scan was canceled.
avos
2016-04-19
1
-1
/
+4
*
[net80211] put in a comment about the not-quite-correctness of A-MPDU paramet...
adrian
2016-04-18
1
-0
/
+8
*
[net80211] correctly (i hope, wow) do a ticks comparison to limit A-MPDU atte...
adrian
2016-04-10
1
-1
/
+1
*
[net80211] unconditionally do A-MPDU RX aging.
adrian
2016-04-10
1
-12
/
+2
*
[net80211] log the node pointer when calling ht node init/cleanup
adrian
2016-04-09
1
-6
/
+7
*
[net80211] add back in the ff/superg node init call that I accidentally
adrian
2016-04-09
1
-0
/
+8
*
Try to unbreak the build: the 'vap' variable is only used if ieee80211
bz
2016-04-09
1
-1
/
+1
*
[net80211] print out the channel type (eg a, b, g, n) when creating
adrian
2016-04-09
1
-2
/
+3
*
[net8021] Pull out the ibss check code into a public function.
adrian
2016-04-09
2
-15
/
+30
*
[net80211] revert part of r282405 in order to restore IBSS behaviour.
adrian
2016-04-09
1
-4
/
+1
*
[net80211] missed commit from last one - always cleanup superg state.
adrian
2016-04-06
1
-2
/
+6
*
[net80211] Initial A-MSDU support for testing / evaluation
adrian
2016-04-06
6
-72
/
+286
*
[net80211] rename 11n rate macros into a useful spot
adrian
2016-04-05
2
-1
/
+9
*
[net80211] note that M_FF will soon mean "fast-frames" or "A-MSDU."
adrian
2016-04-05
1
-1
/
+1
*
[net80211] Add a new capability flag to indicate that the stack should
adrian
2016-04-05
1
-0
/
+1
*
net80211: copy MAC address into iv_myaddr[] instead of aliasing it.
avos
2016-04-05
2
-3
/
+4
*
[net80211] add amsdu and fast frames encap failure counters in the ioctl
adrian
2016-04-04
1
-1
/
+4
*
[net80211] migrate the time_* macros to ieee80211_* namespace.
adrian
2016-03-30
8
-18
/
+18
*
[net80211] Add fields to decode uAPSD fields.
adrian
2016-03-30
1
-0
/
+21
*
net80211: fix panic for DWDS vaps
avos
2016-03-26
1
-0
/
+3
*
[net80211] add missing static declarations.
adrian
2016-03-22
1
-3
/
+3
*
net80211: enable software beacon miss timer in SLEEP state
avos
2016-03-21
2
-17
/
+24
*
net80211: add missing SLEEP -> AUTH state transition for station mode.
avos
2016-03-21
1
-1
/
+2
*
[net80211] Add VHT Transmit Power Envelope element - 802.11ac-2013 8.4.2.164
adrian
2016-03-19
1
-0
/
+33
*
[net80211] IE 127 is not MESHEXTCAP, just EXTCAP.
adrian
2016-03-18
2
-3
/
+4
*
Add initial 802.11ac IEs and fields.
adrian
2016-03-18
1
-0
/
+112
*
[net80211] Add some more missing IEs.
adrian
2016-03-17
1
-0
/
+13
*
Add initial VHT IE's and action codes.
adrian
2016-03-16
1
-0
/
+6
[next]