brcm80211: Remove bogus memcpy in ai_detach
[pandora-kernel.git] / drivers / net / wireless / brcm80211 / brcmsmac / aiutils.c
index 025fa0e..68d0505 100644 (file)
@@ -1193,9 +1193,6 @@ void ai_detach(struct si_pub *sih)
 {
        struct si_info *sii;
 
-       struct si_pub *si_local = NULL;
-       memcpy(&si_local, &sih, sizeof(struct si_pub **));
-
        sii = (struct si_info *)sih;
 
        if (sii == NULL)