summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_dfs.c
Commit message (Expand)AuthorAgeFilesLines
* [net80211] migrate the time_* macros to ieee80211_* namespace.adrian2016-03-301-1/+1
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.glebius2015-05-251-11/+11
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Add a DFS debugging mode which is useful when doing automated DFSadrian2012-01-311-16/+66
* Add 802.11h quiet time element support into net80211.adrian2011-11-081-0/+8
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Print out a big warning if DFS can't find a channel to use.adrian2011-06-271-0/+2
* correct timeout for doing NOL processing; need a ticks-relative valuesam2009-09-031-1/+1
* protect callouts with the com locksam2009-06-091-5/+7
* prefer callout_schedulesam2009-06-071-2/+1
* distribute sysctl decls so global variables can be made staticsam2009-05-301-3/+7
* schedule the correct timer when receiving a radar event during CACsam2008-08-021-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-0/+372
OpenPOWER on IntegriCloud