opnsense-src/sys/dev/ral
Damien Bergamini 11c70aecee ral_init() takes a struct ral_softc as parameter not a struct ifnet.
Fixes a panic that occured when setting the interface parameters while
the interface was associated.

Approved by:	re (scottl)
2005-07-08 19:13:49 +00:00
..
if_ral.c ral_init() takes a struct ral_softc as parameter not a struct ifnet. 2005-07-08 19:13:49 +00:00
if_ral_pccard.c Eliminate unused argument in PCMCIA_CARD macro. 2005-06-24 14:36:54 +00:00
if_ral_pci.c
if_ralrate.c
if_ralrate.h
if_ralreg.h
if_ralvar.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00