diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-01-09 15:22:19 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-01-09 15:22:19 +0200 |
commit | 76e2592190baa22bbf30f5e4cc28a67223f95f73 (patch) | |
tree | 21f25678b87f7ab58ddb25644c787134c12a5e83 /wpa_supplicant | |
parent | d200828b41c32d250f8fc353129aad2fdf1c8d03 (diff) | |
download | external_wpa_supplicant_8_ti-76e2592190baa22bbf30f5e4cc28a67223f95f73.zip external_wpa_supplicant_8_ti-76e2592190baa22bbf30f5e4cc28a67223f95f73.tar.gz external_wpa_supplicant_8_ti-76e2592190baa22bbf30f5e4cc28a67223f95f73.tar.bz2 |
Share the same radiotap helper implementation
Diffstat (limited to 'wpa_supplicant')
-rw-r--r-- | wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 217fec1..7c51959 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -132,7 +132,7 @@ CFLAGS += -DCONFIG_DRIVER_NL80211 OBJS_d += ../src/drivers/driver_nl80211.o LIBS += -lnl ifdef CONFIG_CLIENT_MLME -OBJS_d += ../src/drivers/radiotap.o +OBJS_d += ../src/utils/radiotap.o endif endif |