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_power.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[net80211] migrate the time_* macros to ieee80211_* namespace.
adrian
2016-03-30
1
-1
/
+1
*
These files were getting sys/malloc.h and vm/uma.h with header pollution
glebius
2016-02-01
1
-0
/
+1
*
net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...
adrian
2015-10-12
1
-6
/
+1
*
Replay r286410. Change KPI of how device drivers that provide wireless
glebius
2015-08-27
1
-32
/
+23
*
Revert the wifi ifnet changes until things are more baked and tested.
adrian
2015-08-08
1
-23
/
+32
*
Change KPI of how device drivers that provide wireless connectivity interact
glebius
2015-08-07
1
-32
/
+23
*
Convert malloc/free back to #define's, as part of OS portability work.
adrian
2015-05-25
1
-3
/
+4
*
Update ieee80211_sta_tim_notify() to do double duty - handle STA sleep
adrian
2014-12-21
1
-1
/
+20
*
Begin fleshing out support for net80211 provided (legacy) sleep management.
adrian
2014-04-24
1
-0
/
+86
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Blank m_nextpkt before passing it up.
adrian
2013-08-12
1
-0
/
+1
*
When flushing packets from the powersave queue, make sure that
adrian
2013-08-12
1
-0
/
+1
*
Convert net80211 over to using if_transmit for the dispatch from the
adrian
2013-08-08
1
-2
/
+2
*
Bring over my initial work from the net80211 TX locking branch.
adrian
2013-03-08
1
-2
/
+3
*
Remove the use of the ifnet send queue and if_start() in the power
adrian
2013-01-15
1
-8
/
+32
*
Migrate the power-save functions to be overridable VAP methods.
adrian
2012-10-02
1
-0
/
+2
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Fix memset sizeofs
kevlo
2011-07-07
1
-1
/
+1
*
convert MALLOC/FREE to malloc/free
sam
2008-12-18
1
-2
/
+2
*
New ap-side power save implementation; the main change is to allow drivers
sam
2008-10-26
1
-64
/
+225
*
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
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-101
/
+138
*
Update beacon handling to sync w/ vap code base:
sam
2007-09-17
1
-1
/
+2
*
Update 802.11 wireless support:
sam
2007-06-11
1
-0
/
+328