Browse Source

site.conf: fix mcast_rate

Karsten Böddeker 7 years ago
parent
commit
bde2239172
1 changed files with 2 additions and 2 deletions
  1. 2 2
      site.conf

+ 2 - 2
site.conf

@@ -52,7 +52,7 @@
 		ibss = {
 			ssid = '02:d1:11:13:87:ad',
 			bssid = '02:d1:11:13:87:ad',
-			mesh_mcast_rate = 12000,
+			mcast_rate = 12000,
 		},
 	},
 	wifi5 = {
@@ -65,7 +65,7 @@
 		ibss = {
 			ssid = '02:d1:11:13:87:ad',
 			bssid = '02:d1:11:13:87:ad',
-			mesh_mcast_rate = 12000,
+			mcast_rate = 12000,
 		},
 	},