From cfb7e8a086a523126bc03da65d3bb9020bb2770b Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 10 Dec 2008 00:45:57 +0200 Subject: [PATCH] Fixed build without CONFIG_IEEE80211N --- hostapd/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapd/config.h b/hostapd/config.h index 832d65717..68b985685 100644 --- a/hostapd/config.h +++ b/hostapd/config.h @@ -375,10 +375,10 @@ struct hostapd_config { } bridge_packets; #ifdef CONFIG_IEEE80211N - int ieee80211n; int ht_op_mode_fixed; u16 ht_capab; #endif /* CONFIG_IEEE80211N */ + int ieee80211n; int secondary_channel; };