Browse Source

Change wlan devices to new naming in gluon 2015.1

Michael Schwarz 9 years ago
parent
commit
eae7c47303
1 changed files with 7 additions and 7 deletions
  1. 7 7
      ffpb/ffpb-debug/files/bin/ffpb-debug

+ 7 - 7
ffpb/ffpb-debug/files/bin/ffpb-debug

@@ -88,14 +88,14 @@ 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 wlan0 info")
-	debugdata = debugdata .. cmd("iw dev wlan0 station dump")
-	debugdata = debugdata .. cmd("iw dev wlan0-1 station dump")
+	debugdata = debugdata .. cmd("iw dev mesh0 info")
+	debugdata = debugdata .. cmd("iw dev mesh0 station dump")
+	debugdata = debugdata .. cmd("iw dev client0 station dump")
 	debugdata = debugdata .. cmd("iwinfo phy0 scan")
-	debugdata = debugdata .. cmd("iwinfo wlan0 info")
-	debugdata = debugdata .. cmd("iwinfo wlan0-1 info")
-	debugdata = debugdata .. cmd("iwinfo wlan0 assoclist")
-	debugdata = debugdata .. cmd("iwinfo wlan0-1 assoclist")
+	debugdata = debugdata .. cmd("iwinfo mesh0 info")
+	debugdata = debugdata .. cmd("iwinfo client0 info")
+	debugdata = debugdata .. cmd("iwinfo mesh0 assoclist")
+	debugdata = debugdata .. cmd("iwinfo client0 assoclist")
 	debugdata = debugdata .. "---- END WIRELESS INFORMATION ----\n\n"