On Wednesday 01 March 2006 14:47, Denis Vlasenko wrote:
> On Wednesday 01 March 2006 12:35, Denis Vlasenko wrote:
> > 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 wi
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 iwr
On Tuesday 28 February 2006 18:30, Carlos Martin wrote:
> Hi,
>
> There are a couple of differences between this and my previos patch,
> so I'll list them here:
>
> - Separate the patches properly
>
> - This patchset uses the default generic functions and calls the
> appropiate function using
Hi,
There are a couple of differences between this and my previos patch,
so I'll list them here:
- Separate the patches properly
- This patchset uses the default generic functions and calls the
appropiate function using a #define, which should be much clearer
and saves us from having to migr