Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2002 13:11:29 -0800 (PST)
From:      Landon Fuller <landonf@fullers.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/35463: [patch] wi(4) doesn't comprehend standard ad-hoc mode
Message-ID:  <200203012111.g21LBTf61345@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         35463
>Category:       kern
>Synopsis:       [patch] wi(4) doesn't comprehend standard ad-hoc mode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 01 13:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Landon Fuller
>Release:        4.5-STABLE
>Organization:
>Environment:
FreeBSD shorty 4.5-STABLE FreeBSD 4.5-STABLE #10: Sun Feb 24 10:54:31 PST 2002     root@shorty:/usr/src/sys/compile/SHORTY  i386
>Description:
The wi(4) driver for WaveLAN based 802.11b cards does not recognize standard adhoc mode (ptype == 0x4), and ifconfig returns incorrect status. The card can be put into standard ad-hoc operating mode via wicontrol
>How-To-Repeat:
wicontrol -i wi0 -p 4; ifconfig wi0
>Fix:
Patch against -STABLE:
http://public.boredom.org/~swift/code/if_wi.diff

Define WI_PORTTYPE_PADHOC as 0x3, WI_PORTTYPE_ADHOC as 0x4, and check for both when returning ad-hoc status information. Use WI_PORTTYPE_ADHOC in wi_media_change()
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203012111.g21LBTf61345>