diff options
author | Sam Leffler <sam@FreeBSD.org> | 2008-04-20 20:35:46 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2008-04-20 20:35:46 +0000 |
commit | b032f27c365b992e9d8e42214183b39acfb8c6ac (patch) | |
tree | bc7985c57e7ecfa1ac03e48c406a25430dba634b /sys/modules/Makefile | |
parent | f44636071190e39b601efef820f32bf0fb0bb02f (diff) |
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)
Notes
Notes:
svn path=/head/; revision=178354
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b5de9b8e0c54..46b5eb07d137 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -311,8 +311,7 @@ SUBDIR= ${_3dfx} \ wlan_acl \ wlan_amrr \ wlan_ccmp \ - wlan_scan_ap \ - wlan_scan_sta \ + wlan_rssadapt \ wlan_tkip \ wlan_wep \ wlan_xauth \ |