Browse Source

Fixed build without CONFIG_IEEE80211N

Jouni Malinen 16 years ago
parent
commit
cfb7e8a086
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hostapd/config.h

+ 1 - 1
hostapd/config.h

@@ -375,10 +375,10 @@ struct hostapd_config {
 	} bridge_packets;
 	} bridge_packets;
 
 
 #ifdef CONFIG_IEEE80211N
 #ifdef CONFIG_IEEE80211N
-	int ieee80211n;
 	int ht_op_mode_fixed;
 	int ht_op_mode_fixed;
 	u16 ht_capab;
 	u16 ht_capab;
 #endif /* CONFIG_IEEE80211N */
 #endif /* CONFIG_IEEE80211N */
+	int ieee80211n;
 	int secondary_channel;
 	int secondary_channel;
 };
 };