1. Preparation
  You need configured kernel source to do driver compilation.  Please make sure
  kernel source is prepared and configured here:
	'/lib/modules/YourKernelVersion/build/'

  You can find out your current kernel version by running command 'uname -r'.


2. VAP autocreation configuration
  Edit this file: fusion/build/scripts/localPC/config.localPC, modify this
  line at the bottom:

#export ATH_AUTOCREATE_MODE="sta"

  You may uncomment this line and change the value to fit your needs. Or, you
  may leave it as is, then VAP autocreation will remain disabled.


3. Driver compilation
    $ cd fusion/build/
    $ make BOARD_TYPE=localPC

  The compiled driver binaries and programs would be placed at:
	'./fusion/rootfs.build/'


4. Driver installation
    $ cd fusion/build/
    $ sh install.sh


5. Load driver
    $ cd fusion/build/
    $ sh add_driver.sh

  A STA-mode interface 'ath0' would be created automatically.


6. Unload driver
    $ cd fusion/build/
    $ sh rm_driver.sh

  Interface 'ath0' would be destroyed.

