summaryrefslogtreecommitdiffstats
path: root/redhat/applications/wlassistant/wlassistant-14.0.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/wlassistant/wlassistant-14.0.0.patch')
-rw-r--r--redhat/applications/wlassistant/wlassistant-14.0.0.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/redhat/applications/wlassistant/wlassistant-14.0.0.patch b/redhat/applications/wlassistant/wlassistant-14.0.0.patch
deleted file mode 100644
index 385d4d07d..000000000
--- a/redhat/applications/wlassistant/wlassistant-14.0.0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/watools.cpp b/src/watools.cpp
-index 5814274..252c791 100644
---- a/src/watools.cpp
-+++ b/src/watools.cpp
-@@ -192,6 +192,8 @@ int WATools::availableNetworks( const char* _ifname ) //returns a list of availa
- i++;
- } while (scan = scan->next);
- printf( "WATools: Networks found: %i\n", i );
-+
-+ return i;
- }
-
-