Fixed build without CONFIG_IEEE80211N
authorJouni Malinen <j@w1.fi>
Tue, 9 Dec 2008 22:45:57 +0000 (00:45 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 9 Dec 2008 22:45:57 +0000 (00:45 +0200)
hostapd/config.h

index 832d657..68b9856 100644 (file)
@@ -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;
 };