staging: brcm80211: remove wext traces in fullmac

wext support code have been removed a while ago. This patch removes the
traces left behind.

Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Franky Lin 2011-08-12 15:34:52 +02:00 committed by Greg Kroah-Hartman
parent 47b4c640b8
commit a9ac9703aa
2 changed files with 0 additions and 3 deletions

View File

@ -22,8 +22,6 @@ config BRCMFMAC
depends on WLAN && CFG80211 depends on WLAN && CFG80211
select BRCMUTIL select BRCMUTIL
select FW_LOADER select FW_LOADER
select WIRELESS_EXT
select WEXT_PRIV
---help--- ---help---
This module adds support for embedded wireless adapters based on This module adds support for embedded wireless adapters based on
Broadcom IEEE802.11n FullMAC chipsets. This driver uses the kernel's Broadcom IEEE802.11n FullMAC chipsets. This driver uses the kernel's

View File

@ -21,7 +21,6 @@
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/wireless.h>
#include <linux/ieee80211.h> #include <linux/ieee80211.h>
#include <linux/mmc/sdio_func.h> #include <linux/mmc/sdio_func.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>