This disables the scan ioctl and follows what the rest of the chips are doing.
Can anyone with a malo(4) device test this?
I would also like to get rid of its custom ioctl.
diff --git sys/dev/pcmcia/if_malo.c sys/dev/pcmcia/if_malo.c
index 6d626aaae02..732b8e10bf0 100644
--- sys/dev/pcmcia/if_malo.c
+++ sys/dev/pcmcia/if_malo.c
@@ -393,7 +393,6 @@ cmalo_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
}
break;
case SIOCS80211SCAN:
- cmalo_cmd_set_scan(sc);
break;
case SIOCG80211ALLNODES:
nr = NULL;