OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Marcus Glocker (mglockercvs.openbsd.org)
Date: Sun Jun 03 2007 - 06:04:46 CDT


CVSROOT: /cvs
Module name: src
Changes by: mglockercvs.openbsd.org 2007/06/03 05:04:46

Modified files:
        sys/dev/pcmcia : if_malo.c

Log message:
The firmware converts every 802.11 RX data frame into a 802.3 frame,
including the LLC/SNAP header. Mgmt frames are handled completely inside
the firmware, we won't ever see any mgmt frame for this device.

Remove the LLC/SNAP header in the driver to get an useable frame which
we can pass up to the network stack. Remove some unused firmware commands.