Remove support for Linux kernels older than 2.6.13
[madwifi/.git] / scripts / madwifi-unload
index 4dbee9505fb37b51f85a056b40d5344d800b4430..a46c1bb8a735e3cbe5be6b475884a1278b1a28ac 100755 (executable)
@@ -28,9 +28,6 @@ while test "$tries" != "0"; do
                state="$6"
                expr "$name" : "$PATTERN" >/dev/null || continue
 
-               # Compatibility for Linux 2.4.x
-               test -z "$state" && { use_name="-"; state="Live"; }
-
                if test "$state" != "Live" || test "$use_count" != "0" || \
                   test "$use_name" != "-"; then
                        # Don't skip unload in the last run