freebsd-dev/sys/dev/an
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_aironet_ieee.h Cleanup duplication in Aironet headers 2001-07-27 16:05:21 +00:00
if_an_isa.c Currently, each wireless networking driver has it's own control program 2001-05-26 09:27:08 +00:00
if_an_pccard.c Currently, each wireless networking driver has it's own control program 2001-05-26 09:27:08 +00:00
if_an_pci.c Add PCI ID for Cisco Aironet 350 Series cards. The patch differs 2001-08-06 23:14:16 +00:00
if_an.c Wrap array accesses in macros, which also happen to be lvalues: 2001-09-06 02:40:43 +00:00
if_anreg.h Cleanup duplication in Aironet headers 2001-07-27 16:05:21 +00:00