summaryrefslogtreecommitdiffstats
path: root/sys/modules/wlan
Commit message (Collapse)AuthorAgeFilesLines
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+2
| | | | | | | | | | | directly include only the header files needed. This reduces the unneeded spamming of various headers into lots of files. For now, this leaves us with very few modules including vnet.h and thus needing to depend on opt_route.h. Reviewed by: brooks, gnn, des, zec, imp Sponsored by: The FreeBSD Foundation
* add ddb support (default to off unless built with the kernel)sam2008-09-151-4/+5
|
* Per email to arch@ a little while ago (that was greeted with silence),imp2008-09-011-4/+4
| | | | | prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles.
* enable IEEE80211_AMDPU_AGE by defaultsam2008-05-031-0/+1
|
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-7/+9
| | | | | | | | | | | 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)
* Add new files in the net80211 changes.thompsa2007-06-111-1/+3
|
* Add a value to the define I forgot, for the purity's sake.ru2006-09-261-1/+1
|
* Now that we have COMPAT_FREEBSD6 officially, use it from opt_compat.h.ru2006-09-261-1/+4
|
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
| | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
* Update/new modules for net80211 and ath changes.sam2004-12-081-1/+2
|
* Fix module build during buildworld with MODULES_WITH_WORLD defined.kan2004-04-101-1/+4
|
* switch to new 802.11 supportsam2003-06-281-2/+3
|
* add module for 802.11 link layer codesam2003-01-151-0/+12
Reviewed by: imp
OpenPOWER on IntegriCloud