
*----------------------------------------------------------
    Readme for building rt337x driver in mt85xx Linux
*----------------------------------------------------------

(1) Goto BDP_Generic/src/driver/wlan/wndrv/ralink/scripts/
    Execute "./build_rt337x.sh"
    
    The build_rt337x.sh script builds both BDP_Linux and BDP_Generic with the option:
        ./config.sh -f base mt8530 linux rt337x

    So if you need to compile with different config option, please modify the script.

(2) After build is completed, the rt3370STA.ko shall be generated and copied to poper location.
        
*-----------------------------------------------------------
    How to bring up rt337x interface without supplicant
*-----------------------------------------------------------
After image is burned to mt85xx, 
mw.wifi.ci if ra0 up

Optionally, you can turn on the debug trace for rt3070
mw.wifi.ci iwpriv ra0 set Debug=3

Then you can use test tool 'iwpriv' to associate rt3070 to a wireless AP.
mw.wifi.ci iwpriv ra0 set NetworkType=Infra
mw.wifi.ci iwpriv ra0 set AuthMode=OPEN
mw.wifi.ci iwpriv ra0 set EncrypType=NONE
mw.wifi.ci iwpriv ra0 set SSID="AP's SSID"        


