Browse Source

VHT: Document vht_oper_chwidth and fix indentation

Signed-hostap: Mahesh Palivela <maheshp@posedge.com>
Mahesh Palivela 12 years ago
parent
commit
6c93c38d7c
2 changed files with 6 additions and 1 deletions
  1. 1 1
      hostapd/config_file.c
  2. 5 0
      hostapd/hostapd.conf

+ 1 - 1
hostapd/config_file.c

@@ -2223,7 +2223,7 @@ static int hostapd_config_fill(struct hostapd_config *conf,
 				errors++;
 			}
 		} else if (os_strcmp(buf, "vht_oper_chwidth") == 0) {
-		    conf->vht_oper_chwidth = atoi(pos);
+			conf->vht_oper_chwidth = atoi(pos);
 #endif /* CONFIG_IEEE80211AC */
 		} else if (os_strcmp(buf, "max_listen_interval") == 0) {
 			bss->max_listen_interval = atoi(pos);

+ 5 - 0
hostapd/hostapd.conf

@@ -550,6 +550,11 @@ wmm_ac_vo_acm=0
 # 0 = Tx antenna pattern might change during the lifetime of an association
 # 1 = Tx antenna pattern does not change during the lifetime of an association
 #vht_capab=[SHORT-GI-80][HTC-VHT]
+
+# 0 = 20 or 40 MHz operating Channel width
+# 1 = 80 MHz channel width
+# 2 = 160 MHz channel width
+# 3 = 80+80 MHz channel width
 #vht_oper_chwidth=1
 
 ##### IEEE 802.1X-2004 related configuration ##################################