[lwlan-user] Adaptec USB/PCMCIA adapter report and patch

Kevin Brosius linux-wlan-user@lists.linux-wlan.com
Wed, 23 Jul 2003 22:26:31 -0400


This is a multi-part message in MIME format.
--------------7EE61D38AA0C8AB4AB371328
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello again Bruce,
  The Adaptec USB AWN-8020 adapter also works with
linux-wlan-ng-0.2.1-pre10 after applying the attached patch with device
id info.  It reports as a Prism2 also.  If the patch should go somewhere
else, I can forward it, I wasn't sure if you or the info address was the
best place from the README.

Also, I didn't mention the device ids for the Adaptec AWN-8030 PCMCIA
card last time.  I added:

card "Adaptec AWN-8030"
   manfid 0x9005, 0x0021
   bind "prism2_cs"

to the wlan-ng.conf file to get it working.

-- 
Kevin
--------------7EE61D38AA0C8AB4AB371328
Content-Type: text/plain; charset=us-ascii;
 name="kjb_adaptec_usb.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="kjb_adaptec_usb.diff"

--- src/prism2/driver/prism2sta.c_org	Wed Jul 23 21:50:31 2003
+++ src/prism2/driver/prism2sta.c	Wed Jul 23 21:52:08 2003
@@ -473,6 +473,7 @@
 	{PRISM_USB_DEVICE(0x0baf, 0x00eb, "USRobotics USR1120 Wireless USB Adapter")},
 	{PRISM_USB_DEVICE(0x0411, 0x0027, "Melco WLI-USB-KS11G 11Mbps WLAN Adapter")},
         {PRISM_USB_DEVICE(0x04f1, 0x3009, "JVC MP-XP7250 Builtin USB WLAN Adapter")},
+        {PRISM_USB_DEVICE(0x03f3, 0x0020, "Adaptec AWN-8020 USB WLAN Adapter")},
 	{ /* terminator */ }
 };
 

--------------7EE61D38AA0C8AB4AB371328--