Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2001 22:29:29 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/wi if_wi.c
Message-ID:  <200104100529.f3A5TTu55123@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2001/04/09 22:29:29 PDT

  Modified files:
    sys/dev/wi           if_wi.c 
  Log:
  Add more diagnostic output for failure.
  
  s/1518/ETHER_MAX_LEN
  
  Some style changes, add some braces, mostly residual from having
  a lot of debug hooks added while working on this driver.
  
  Bring in a plethora of changes from NetBSD:
  
  	revision 1.58
  	date: 2001/03/08 11:07:08;  author: ichiro;  state: Exp;  lines: +17 -1
  	it wait until busy flag disappears.
  	it was able to prevent some cards with late initializing faling in wi_reset().
  
  	revision 1.41
  	date: 2000/10/13 19:15:08;  author: jonathan;  state: Exp;  lines: +4 -2
  	Fix wi_intr() to avoid touching card registers during insert/remove  events,
  	when sharing an interrupt with other devices:
  	check sc->sc_enabled,  and drop the interrupt if its' off.
  
  	revision 1.30
  	date: 2000/08/18 04:11:48;  author: jhawk;  state: Exp;  lines: +4 -4
  	Copy wi_{dst,src}_addr from struct wi_frame into faked-up ether_header
  	instead of addr1 and addr2. THis means that tcpdump -e will show the
  	correct MAC address for communications with access points instead of showing
  	the BSSID.
  
  	In the future there should be 802.11 support for bpf/libpcap/tcpdump,
  	but that is aways down the road.
  
  Revision  Changes    Path
  1.51      +37 -14    src/sys/dev/wi/if_wi.c


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




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