Index: driver/am930di.c =================================================================== RCS file: /var/cvs/linux-wlan/driver/am930di.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- driver/am930di.c 2001/06/18 20:56:30 1.1 +++ driver/am930di.c 2001/06/18 20:57:16 1.2 @@ -241,14 +241,14 @@ { am930mac_t *mac; + am930DI_deconfig(instance); + /* Destroy the subobjects */ mac = (am930mac_t*)instance->priv; if ( mac != NULL ) { am930mac_destruct(mac); } - - am930DI_deconfig(instance); /* check to see if drvr_detach has been called previously and expects to be called again.