aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_power.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-011-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] migrate the time_* macros to ieee80211_* namespace.Adrian Chadd2016-03-301-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...Adrian Chadd2015-10-121-6/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-32/+23
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-23/+32
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-32/+23
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-3/+4
* Update ieee80211_sta_tim_notify() to do double duty - handle STA sleepAdrian Chadd2014-12-211-1/+20
* Begin fleshing out support for net80211 provided (legacy) sleep management.Adrian Chadd2014-04-241-0/+86
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Blank m_nextpkt before passing it up.Adrian Chadd2013-08-121-0/+1
* When flushing packets from the powersave queue, make sure thatAdrian Chadd2013-08-121-0/+1
* Convert net80211 over to using if_transmit for the dispatch from theAdrian Chadd2013-08-081-2/+2
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-2/+3
* Remove the use of the ifnet send queue and if_start() in the powerAdrian Chadd2013-01-151-8/+32
* Migrate the power-save functions to be overridable VAP methods.Adrian Chadd2012-10-021-0/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Fix memset sizeofsKevin Lo2011-07-071-1/+1
* convert MALLOC/FREE to malloc/freeSam Leffler2008-12-181-2/+2
* New ap-side power save implementation; the main change is to allow driversSam Leffler2008-10-261-64/+225
* Revert the removal of the MALLOC and FREE macros from the net80211 code.Dag-Erling Smørgrav2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-101/+138
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-1/+2
* Update 802.11 wireless support:Sam Leffler2007-06-111-0/+328