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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the homegrown implementation of nitems() with calls to nitems()
rpaulo
2013-08-14
1
-12
/
+11
*
Convert net80211 over to using if_transmit for the dispatch from the
adrian
2013-08-08
1
-5
/
+2
*
Allow net80211 to compile on stable/9 and stable/8.
adrian
2013-08-07
1
-0
/
+6
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-1
/
+1
*
Bring over my initial work from the net80211 TX locking branch.
adrian
2013-03-08
1
-0
/
+2
*
Fix up some initial issues with creation and deletion of hotplugged
adrian
2012-10-26
1
-0
/
+22
*
Create a new task to handle 802.11n channel width changes.
adrian
2012-03-25
1
-0
/
+8
*
Mark the taskqueue as the _net80211_ taskqueue.
adrian
2012-01-22
1
-1
/
+1
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-5
/
+9
*
While determining the maxrate for ieee80211_media_setup() honor
bschmidt
2011-03-13
1
-4
/
+12
*
First step on removing the harcoded RX/TX stream and MCS0-15 assumptions.
bschmidt
2011-03-13
1
-0
/
+9
*
Complete the MCS rate table based on the final 802.11n std. While here
bschmidt
2011-03-10
1
-0
/
+61
*
Instead of using the AMRR ratectl algo as default for drivers which have
bschmidt
2010-11-06
1
-3
/
+1
*
Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework
bschmidt
2010-08-14
1
-1
/
+2
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
1
-0
/
+3
*
Add a new field for extended HT capabilities.
rpaulo
2010-03-23
1
-0
/
+1
*
Use the iflladdr_event event to keep the mac address on the vap in sync with
thompsa
2010-01-19
1
-0
/
+3
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-1
/
+0
*
Drain link state event changes posted during vap destroy. This is a
sam
2009-08-12
1
-1
/
+3
*
Filter setting IFF_PROMISC on tdma vaps; we don't want the underyling device
sam
2009-07-31
1
-1
/
+2
*
correct handling of IFF_PROMISC; this should not be pushed to the parent
sam
2009-07-24
1
-1
/
+2
*
monitor mode vaps are meant to be read-only so they can operate on any
sam
2009-07-24
1
-5
/
+18
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-0
/
+8
*
Add ieee80211_ageq; a facility for staging packets that require
sam
2009-07-05
1
-0
/
+37
*
Modify most routines returning 'struct ifaddr *' to return references
rwatson
2009-06-23
1
-0
/
+1
*
add missing calls to ieee80211_dfs_attach/detach
sam
2009-06-09
1
-0
/
+2
*
iv_flags_ext is full, make room by moving HT-related flags to a new
sam
2009-06-07
1
-5
/
+46
*
partially fix mode setting; this no longer returns an error but still
sam
2009-06-02
1
-1
/
+1
*
move if_detach to the top of ieee80211_ifdetach to close various races
sam
2009-06-02
1
-2
/
+3
*
Remove hack used to deal with ifnet teardown now that if_detach and the
sam
2009-06-02
1
-22
/
+4
*
Fix monitor mode vaps to work as intended:
sam
2009-06-02
1
-4
/
+0
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-2
/
+9
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
1
-3
/
+20
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-1
/
+1
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
1
-0
/
+1
*
Eliminate ic_myaddr so changing the mac address of a device works correctly:
sam
2009-03-29
1
-2
/
+3
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-4
/
+19
*
Add modes for 1/2 and 1/4-width channels so we have separate roaming
sam
2009-02-19
1
-6
/
+19
*
check ptr against NULL
sam
2009-02-19
1
-1
/
+1
*
instead of special casing lookups for the 11na/g legacy rate set, just
sam
2009-02-19
1
-6
/
+3
*
remove ic_stats; it was intended to accumulate stats from vaps as they
sam
2009-02-13
1
-1
/
+0
*
Add a ieee80211_waitfor_parent() function that will wait for all deferred
thompsa
2009-02-12
1
-1
/
+1
*
When crafting a media setting w/ an auto (non-fixed) rate mask out the
sam
2009-02-03
1
-12
/
+14
*
setup default rate set for static turbo mode
sam
2009-01-29
1
-0
/
+1
*
fill in ieee channel #'s and max tx power for drivers that work exclusively
sam
2009-01-27
1
-0
/
+15
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-1
/
+16
*
Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 but
sam
2008-12-15
1
-3
/
+1
*
honor IEEE80211_CLONE_NOBEACONS for type of vap, not just a sta mode vap
sam
2008-10-25
1
-5
/
+3
*
o add support for ifconfig wlanX mode foo
sam
2008-10-25
1
-62
/
+8
[next]