On Wednesday 01 March 2006 12:35, Denis Vlasenko wrote: > Regarding acxpci_ functions in acx_func.h. > For example, acx111pci_ioctl_info() is called here from ioctl.c: > > static int > acx111_ioctl_info( > struct net_device *ndev, > struct iw_request_info *info, > union iwreq_data *wrqu, > char *extra) > { > struct iw_param *vwrq = &wrqu->param; > if (!IS_PCI(ndev2adev(ndev))) > return OK; > return acx111pci_ioctl_info(ndev, info, vwrq, extra); > } > > This will reside in acx-common module. But acx111pci_ioctl_info() itself > is in pci.c and will be in acx-pci module and it has no EXPORT decl. > IIRC it won't work. modprobe will fail.
I was wrong. It works. Just modprobed it. Modprobe did not complain about unresolved symbols. Patches are applied, will push to John soon. Thanks! -- vda - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html