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
*
net80211: fix more compiler warnings.
avos
2016-05-19
1
-1
/
+1
*
net80211: unbreak 'show all vaps(/a)' ddb command
avos
2016-05-17
1
-0
/
+11
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
net80211: provide a set of ieee80211_add_channel*() functions
avos
2016-04-29
1
-8
/
+256
*
net80211: enable promiscuous mode state change for non-monitor/ahdemo modes
avos
2016-04-21
1
-10
/
+0
*
net80211: copy MAC address into iv_myaddr[] instead of aliasing it.
avos
2016-04-05
1
-2
/
+2
*
net80211: remove redundant locking.
avos
2016-02-28
1
-4
/
+4
*
net80211: fix 'uma_zalloc_arg: zone "32" with non-sleepable locks held'
avos
2016-02-26
1
-6
/
+9
*
These files were getting sys/malloc.h and vm/uma.h with header pollution
glebius
2016-02-01
1
-0
/
+1
*
net80211: add ieee80211_restart_all() call.
avos
2015-10-27
1
-0
/
+2
*
Replay r286410. Change KPI of how device drivers that provide wireless
glebius
2015-08-27
1
-173
/
+109
*
Revert the wifi ifnet changes until things are more baked and tested.
adrian
2015-08-08
1
-109
/
+173
*
Change KPI of how device drivers that provide wireless connectivity interact
glebius
2015-08-07
1
-173
/
+109
*
For now, just default to presenting "found" channels as 11g, not 11b.
adrian
2015-06-05
1
-1
/
+1
*
Provide ieee80211_get_counter() that sums up ieee802com
glebius
2015-05-26
1
-0
/
+31
*
Make ieee80211broadcastaddr global, so that drivers or other
glebius
2015-05-26
1
-1
/
+1
*
Reduce diff before functional changes:
glebius
2015-05-26
1
-3
/
+2
*
Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.
glebius
2015-05-25
1
-6
/
+0
*
Change three methods in struct ieee80211com, namely ic_updateslot,
glebius
2015-05-25
1
-4
/
+6
*
Begin plumbing ieee80211_rx_stats through the receive path.
adrian
2015-05-25
1
-0
/
+69
*
Use name from ieee80211com instead of parent ifnet, in debugging printfs.
glebius
2015-05-25
1
-10
/
+23
*
Global-ify channel_type() - this fixes non-debug net80211 builds.
adrian
2015-01-06
1
-0
/
+20
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-1
/
+1
*
Undo r195846 for now - allow raw frame transmit in monitor mode.
adrian
2014-08-10
1
-9
/
+3
*
Allow the state of the interface to be "up" if the VAP is in SLEEP state.
adrian
2014-04-23
1
-1
/
+2
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
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
[next]