diff --git a/package/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status b/package/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status
index 9cec1f228c9952603702b4938530704e1f9495c3..636a7aa7b3fb6f35290e8bacc1f02321456b12c5 100755
--- a/package/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status
+++ b/package/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status
@@ -47,15 +47,15 @@ echo "</pre>"
 echo "<h2>Neighbours</h2>"
 
 
-iw dev | grep IBSS -B 4 | grep Interface | cut -d' ' -f2 | while read if
+iw dev | grep IBSS -B 5 | grep Interface | cut -d' ' -f2 | while read if
 do
   echo "<h3>$if</h3>"
   echo "<pre>"
-  
+
   iw dev $if link | escape_html
 
-  echo 
-  
+  echo
+
   iw dev $if station dump | escape_html | linknodes
 
   echo "</pre>"