]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/rt2860/rt_linux.c
Staging: rt2860: add RT3090 chipset support
[net-next-2.6.git] / drivers / staging / rt2860 / rt_linux.c
index 940b3851f1457ba302b279d8e116042a02ccd769..b57836086600bad8854e1c48b9c6a01254bf5e70 100644 (file)
@@ -284,6 +284,9 @@ VOID        RTMPFreeAdapter(
 
 #ifdef RTMP_MAC_PCI
        NdisFreeSpinLock(&pAd->RxRingLock);
+#ifdef RT3090
+NdisFreeSpinLock(&pAd->McuCmdLock);
+#endif // RT3090 //
 #endif // RTMP_MAC_PCI //
 
        for (index =0 ; index < NUM_OF_TX_RING; index++)