Re: [PATCH 0/7] acxsm: Make acxsm modular again (2nd try)

2006-03-01 Thread Carlos Martín
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

Re: [PATCH 0/7] acxsm: Make acxsm modular again (2nd try)

2006-03-01 Thread Denis Vlasenko
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

Re: [PATCH 0/7] acxsm: Make acxsm modular again (2nd try)

2006-03-01 Thread Denis Vlasenko
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

[PATCH 0/7] acxsm: Make acxsm modular again (2nd try)

2006-02-28 Thread Carlos Martin
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