X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath%2FMakefile.kernel;h=382077ca37d5ee18c8894b166226151ec24169dd;hb=8c0469176ddcce27637697ff11c7855a58ea5e2d;hp=ac8e96271fee2f5d64a48e1f5576d74d931f30d1;hpb=2c0d8db912df58c3a1b506e144e2b5d72edec617;p=madwifi%2F.git diff --git a/ath/Makefile.kernel b/ath/Makefile.kernel index ac8e962..382077c 100644 --- a/ath/Makefile.kernel +++ b/ath/Makefile.kernel @@ -27,6 +27,9 @@ BUSNAME=pci EXTRA_CFLAGS+= -DATH_PCI endif +# These flags select which radar signatures DFS will match +COPTS += -DDFS_DOMAIN_ETSI -DDFS_DOMAIN_FCC + INCS = -include $(COMPAT)/compat.h -I$(COMPAT) INCS += -I$(TOP) -I$(ATH_HAL) -I$(HAL) -I$(WLAN) @@ -34,7 +37,7 @@ EXTRA_CFLAGS += $(INCS) $(COPTS) -DOPT_AH_H=\"public/$(TARGET).opt_ah.h\" ifneq ($(VERSION).$(PATCHLEVEL),2.4) obj-$(CONFIG_ATHEROS) += ath_$(BUSNAME).o -ath_$(BUSNAME)-objs := if_ath.o if_ath_$(BUSNAME).o +ath_$(BUSNAME)-objs := if_ath.o if_ath_radar.o if_ath_$(BUSNAME).o endif ifeq ($(VERSION).$(PATCHLEVEL),2.4)