freebsd-dev/sys/dev/wi
Jonathan Lemon f9132cebdc Wrap array accesses in macros, which also happen to be lvalues:
ifnet_addrs[i - 1]  -> ifaddr_byindex(i)
        ifindex2ifnet[i]    -> ifnet_byindex(i)

This is intended to ease the conversion to SMPng.
2001-09-06 02:40:43 +00:00
..
if_wavelan_ieee.h Currently, each wireless networking driver has it's own control program 2001-05-26 09:27:08 +00:00
if_wi.c Wrap array accesses in macros, which also happen to be lvalues: 2001-09-06 02:40:43 +00:00
if_wireg.h In order for the MA301 to pass interrupts from the PCCard, you must 2001-08-24 02:14:26 +00:00