summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_ray.c
AgeCommit message (Collapse)Author
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-22nobody has base station for fh, and this was not ever discussed, bad angelosMichael Shalayeff
2001-01-10BSS mode by default.Angelos D. Keromytis
2000-12-29a few more ra_dprintf vs pktlen fmt fixesMichael Shalayeff
2000-10-17/* Authentication added by Steve Weiss <srw@alum.mit.edu> based on adviceMichael Shalayeff
* received by Corey Thomas, author of the Linux driver for this device. * Authentication currently limited to adhoc networks, and was added to * support a requirement of the newest windows drivers, so that * interoperability the windows will remain possible. * * Tested with Win98 using Aviator 2.4 Pro cards, firmware 5.63, * but no access points for infrastructure. (July 13, 2000 -srw) */ also, some syncing /w netbsd.
2000-09-10enable card on resumeMichael Shalayeff
2000-09-04do not panic on detachMichael Shalayeff
2000-06-29No need to call bpfdetach(), that's done in if_detach().Aaron Campbell
2000-05-18cleanup ifdefs and remove static for ray_update_siglev()Michael Shalayeff
2000-04-29make bus_space_region* w/o extra functions, seem to work ok for usMichael Shalayeff
from netbsd: make sure the payload is aligned when using e2-over-802.11 encapsulation, as enabled by the link0 flag. fixes pr kern/9700.
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-03-23new timeout code from netbsd; also remove trailing spaces and tabs, spaces ↵Michael Shalayeff
in tabs
2000-03-22raytheon/webgear ieee 802.11 FH wireless ethernet, from Christian E. Hopps, ↵Michael Shalayeff
from netbsd