History log of /freebsd-9.3-release/sys/net80211/ieee80211_dfs.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 249132 05-Apr-2013 mav

MFC r227293 (by ed):
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.

This means that their use is restricted to a single C file.


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 223583 27-Jun-2011 adrian

Print out a big warning if DFS can't find a channel to use.
This way people debugging DFS won't be surprised when their
AP stops talking.


# 196785 03-Sep-2009 sam

correct timeout for doing NOL processing; need a ticks-relative value

Obtained from: Marvell
MFC after: 3 days


# 193844 09-Jun-2009 sam

protect callouts with the com lock

Prodded by: jhb


# 193666 07-Jun-2009 sam

prefer callout_schedule


# 193115 30-May-2009 sam

distribute sysctl decls so global variables can be made static


# 181193 02-Aug-2008 sam

schedule the correct timer when receiving a radar event during CAC


# 178354 20-Apr-2008 sam

Multi-bss (aka vap) support for 802.11 devices.

Note this includes changes to all drivers and moves some device firmware
loading to use firmware(9) and a separate module (e.g. ral). Also there
no longer are separate wlan_scan* modules; this functionality is now
bundled into the wlan module.

Supported by: Hobnob and Marvell
Reviewed by: many
Obtained from: Atheros (some bits)