OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Todd C. Miller (millertcvs.openbsd.org)
Date: Mon Jun 03 2002 - 16:53:58 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: millertcvs.openbsd.org 2002/06/03 15:53:58

    Modified files:
            sys/dev/ic : if_wi.c

    Log message:
    o when checking the message type, mask with WI_RXSTAT_MSG_TYPE instead
    of comparing directly against WI_STAT_1042, WI_STAT_TUNNEL, etc.
    This is needed by some Symbol cards in ad-hoc mode.

    o change some ntohs(var) to htons(constant).

    Adapted from NetBSD (mycroft).