*******************************************************************************
*                            Issues that still exist                          *
*******************************************************************************
- Driver seems to block the usb bus; if other devices are connected system
eventually locks up
- If you set a key after access point is auto-detected system might lock up
- wpa_supplicant doesn't work (read no WPA support)
- Compiles on PPC but locks up the system (reported, don't have the hardware
to test)
- System might lock up after device is disconnected or kernel module removed
- `ifconfig wlanX up' might have to be issued
- Driver cannot be used with kismet utilities and such (no Monitor mode)
- Driver's not complete by any means, use with caution....
*******************************************************************************


0.2 (since 0.1)
-----------
Added Adapters:
AOpen 802.11g WL54 0x07B8:0x6001

Changes:
- applied iw_statistics patch
(http://sourceforge.net/tracker/index.php?func=detail&aid=1123387&group_id=129083&atid=713757)
- applied randPaulin's wlan patch

0.1 (since fixed)
-----------
Added Adapters:
Edimax EW-7317Ug 0x0ace:0x1211
Sitecom WL-113 0x0DF6:0x9071

Cleanups:
Only harmless(?) warnings left now (-Wno-unused in Makefile, missing
includes, casts)

fixed (initial release)
-----------
Added Adapters:
Inexq UR055g 0x1435:0x0711

Changes:
- Re-ordered functions and cleaned up so that driver compiles with latest gcc
- Commented out open/close/write/read so that the driver compiles on latest
2.6 kernels
