aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_dfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.Gleb Smirnoff2015-05-251-11/+11
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add a DFS debugging mode which is useful when doing automated DFSAdrian Chadd2012-01-311-16/+66
* Add 802.11h quiet time element support into net80211.Adrian Chadd2011-11-081-0/+8
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Print out a big warning if DFS can't find a channel to use.Adrian Chadd2011-06-271-0/+2
* correct timeout for doing NOL processing; need a ticks-relative valueSam Leffler2009-09-031-1/+1
* protect callouts with the com lockSam Leffler2009-06-091-5/+7
* prefer callout_scheduleSam Leffler2009-06-071-2/+1
* distribute sysctl decls so global variables can be made staticSam Leffler2009-05-301-3/+7
* schedule the correct timer when receiving a radar event during CACSam Leffler2008-08-021-1/+1
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-0/+372