From 508de04e82ba1f0e7980cac1a0be35273fa34c8a Mon Sep 17 00:00:00 2001 From: ambrisko Date: Mon, 31 Dec 2001 22:01:44 +0000 Subject: Fix bugs in the structure for rx_frame by making gap length one byte and a packed array so sizeof work. This broke RFMON mode and passing up 802.11 packets. The Linux emulation code was derived from the open source Linux driver to maintain compatibility. LEAP support is added, hints from Richard Johnson. I've verified this locally with PC350v42510.img firmware. More bug fixing from Marco to fix long passwords. Change DELAYs in flash part of driver to FLASH_DELAY which uses tsleep so it doesn't look like your system died during a flash update. Install header files in /usr/include/dev/an Cleanup some ifmedia bugs add "Home" key mode to ifmedia and ancontrol. This way you can manage 2 keys a little easier. Map the home mode into key 5. Enhance ifconfig to dump the various configured SSIDs. I use a bunch of different ones and roam between them. Use the syntax similar to the WEP keys to deal with setting difference SSIDs. Bump up up the Card capabilities RID since they added 2 bytes to it in the latest firmware. Thankfully we changed it from a terminal failure so the card still worked but the driver whined. Some cleanup patches from Marco Molteni. Submitted by: Richard Johnson Marco Molteni and myself Various checks: David Wolfskill Reviewed by: Brooks Davis Warner Losh Approved by: Brooks Davis Warner Losh Obtained from: Linux emulation API's from Aironet driver. --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index f991f3f..3df3f2a 100644 --- a/include/Makefile +++ b/include/Makefile @@ -45,7 +45,7 @@ LDIRS= cam net netatalk netatm netgraph netinet netinet6 \ LNOHEADERDIRS= fs isofs ufs dev -LSUBDIRS= cam/scsi dev/ic dev/ppbus dev/usb dev/wi fs/devfs \ +LSUBDIRS= cam/scsi dev/ic dev/ppbus dev/usb dev/wi dev/an fs/devfs \ fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \ fs/procfs fs/smbfs fs/umapfs fs/unionfs isofs/cd9660 \ ufs/ffs ufs/ufs -- cgit v1.1