Installation instructions for the rt2570 Module

======================================================================
Build Instructions:
====================
For 2.4 or 2.6 series kernel:

        a. $tar -xvzf rt2570-x.x.x.tar.gz
        go to "./rt2570-x.x.x/Module" directory.

        b. $make # compile driver source code

        c. $make install # installs kernel module driver

======================================================================
INVOCATION
====================
Load the driver:

        $modprobe rt2570 [ifname=<name>] [debug=<mask>]

        <name> is the name of the device and defaults to "rausb%d".
        If more than one adapter is installed, specify <name> in
        sprintf format (e.g. "wlan%d" - without the quotes).
        Successive devices will then be named rausb0, rausb1, etc., or
        (using the example) wlan0, wlan1, etc. If there are already
        wired ethernet devices named eth0 and eth1, then specifying
        <name> as "eth%d" gives the adapter the name "eth2".

        <mask> is a decimal or hex number. See TESTING file. Ignored
        if driver compiled without debug support.

Start it up:

        $ifup rausb0        # If using Debian

======================================================================
UTILITY
====================
Rutilt provides a GUI- based driver configuration facility.

======================================================================
CONFIGURATION:
====================
The RT2570 driver can be configured via following interfaces,
i.e. (i)"iwconfig" command, (ii)"iwpriv" command

        i) iwconfig comes with kernel.
        ii) iwpriv usage, please refer to file "iwpriv_usage.txt" for
            details.

======================================================================
MORE INFORMATION
====================
If you want rt2570 driver to auto-load at boot time:

A) choose rausb0 for first RT2570 WLAN card, rausb1 for second
   RT2570 WLAN card, etc.

B) create(edit) 'ifcfg-rausb0' file in /etc/sysconfig/network-scripts/
   edit (or add the line) in /etc/modules.conf:
        alias rausb0 rt2570

C) edit(create) the file /etc/sysconfig/network-scripts/ifcfg-rausb0
        DEVICE='rausb0'
        ONBOOT='yes'

        NOTE:
        if you use dhcp, add this line too .
        BOOTPROTO='dhcp'

*D) To ease the Default Gateway setting, add the line
        GATEWAY=x.x.x.x

    in /etc/sysconfig/network
