Browse Source

They changed mesh interface name again ...

Michael Schwarz 8 years ago
parent
commit
a71494bf5a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      ffpb/ffpb-debug/files/bin/ffpb-debug

+ 4 - 4
ffpb/ffpb-debug/files/bin/ffpb-debug

@@ -88,13 +88,13 @@ if oldReport==nil then
 	-- get wireless status
 	debugdata = debugdata .. "---- BEGIN WIRELESS INFORMATION ----\n"
 	debugdata = debugdata .. cmd("iw phy phy0 info")
-	debugdata = debugdata .. cmd("iw dev mesh0 info")
-	debugdata = debugdata .. cmd("iw dev mesh0 station dump")
+	debugdata = debugdata .. cmd("iw dev ibss0 info")
+	debugdata = debugdata .. cmd("iw dev ibss0 station dump")
 	debugdata = debugdata .. cmd("iw dev client0 station dump")
 	debugdata = debugdata .. cmd("iwinfo phy0 scan")
-	debugdata = debugdata .. cmd("iwinfo mesh0 info")
+	debugdata = debugdata .. cmd("iwinfo ibss0 info")
 	debugdata = debugdata .. cmd("iwinfo client0 info")
-	debugdata = debugdata .. cmd("iwinfo mesh0 assoclist")
+	debugdata = debugdata .. cmd("iwinfo ibss0 assoclist")
 	debugdata = debugdata .. cmd("iwinfo client0 assoclist")
 	debugdata = debugdata .. "---- END WIRELESS INFORMATION ----\n\n"