From: Jouni Malinen Date: Tue, 9 Dec 2008 22:45:57 +0000 (+0200) Subject: Fixed build without CONFIG_IEEE80211N X-Git-Tag: hostap_0_6_7~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfb7e8a086a523126bc03da65d3bb9020bb2770b;p=thirdparty%2Fhostap.git Fixed build without CONFIG_IEEE80211N --- 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; };