Use netdev_notifier_info_to_dev(), needed for Linux 3.11+
[madwifi/.git] / net80211 / Makefile.kernel
index 88160baff5e44f657442f99664518bac84071454..42446789fca7c816201f51a44790431e63846474 100644 (file)
@@ -8,25 +8,18 @@ srctree ?= .
 TOP = $(srctree)/$(src)/..
 
 include $(TOP)/BuildCaps.inc
-include $(TOP)/ath_hal/ah_target.inc
 
 COMPAT = $(TOP)/include
 
-ATH_HAL = $(TOP)/ath_hal
-HAL = $(TOP)/hal
+HAL = $(TOP)/ath_hal
 
 INCS = -include $(COMPAT)/compat.h -I$(COMPAT)
-INCS += -I$(TOP) -I$(ATH_HAL) -I$(HAL)
-EXTRA_CFLAGS += $(INCS) $(COPTS) -DOPT_AH_H=\"public/$(TARGET).opt_ah.h\"
+INCS += -I$(TOP) -I$(HAL)
+EXTRA_CFLAGS += $(INCS) $(COPTS)
 
 #
-# There are two authenticator mechanisms: an in-kernel implementation
-# (wlan_auth+wlan_radius) and an external implementation (wlan_xauth) that
-# requires a user process to manage the authentication process.  By default
-# the external authenticator is used.  ieee80211_proto.c has a table of module
-# names that defines the default module to auto-load for each authentication
-# scheme; to get the in-kernel authenticator by default modify it to load
-# wlan_auth instead of wlan_xauth or manually load wlan_auth prior to use.
+# There is one authenticator mechanism: an in-kernel implementation
+# (wlan_xauth). 
 #
 MOD_AUTH       := wlan_xauth.o
 #