Changeset 7512 in genesis for tools/iris-8.0


Ignore:
Timestamp:
Feb 21, 2010, 1:51:09 PM (15 years ago)
Author:
huub
Message:

spaties toegevoegd in wleiden.pl bij create_args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/iris-8.0/wleiden.pl

    r7509 r7512  
    257257          }
    258258          if ( $SUBTYPE{$if} =~ /802.11a/i ) {
    259             $output .= "mode 11a";
     259            $output .= " mode 11a";
    260260          } elsif ( $SUBTYPE{$if} =~ /802.11g/i ) {
    261             $output .= "mode 11g";
     261            $output .= " mode 11g";
    262262          } else {
    263263            # Default output
    264             $output .= "mode 11b";
     264            $output .= " mode 11b";
    265265          }
    266266          $output .= " ssid $ESSID{$interface} regdomain ETSI country NL \"\n";
Note: See TracChangeset for help on using the changeset viewer.