On Wed, Apr 26, 2006 at 06:37:34PM +0200, Jiri Benc wrote:
> On Wed, 26 Apr 2006 09:29:46 -0700 (PDT), Alex Davis wrote:
> > Here is an updated patch which addresses Randy's issues. I'm currently
> > running
> > this with no problems:
> > [...]
> > +module_param(ieee80211_regdom, int, 0666);
> >
On Wed, 26 Apr 2006 09:29:46 -0700 (PDT), Alex Davis wrote:
> Here is an updated patch which addresses Randy's issues. I'm currently running
> this with no problems:
> [...]
> +module_param(ieee80211_regdom, int, 0666);
> MODULE_PARM_DESC(ieee80211_regdom, "IEEE 802.11 regulatory domain; 64=MKK");
--- "John W. Linville" <[EMAIL PROTECTED]> wrote:
> On Tue, Apr 25, 2006 at 02:04:50PM -0700, Alex Davis wrote:
> > Hello:
> >
> > I sent this patch earlier and got no response, so I'm sending it again.
> >
> >
> > I cloned
> > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-
On Sun, 23 Apr 2006 17:26:39 -0700 (PDT) Alex Davis wrote:
> Hello:
>
> I cloned
> git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-dev.git
> last night and got compile errors while compiling net/d80211/ieee80211_ioctl.c
> into a module. This patch fixes it.
>
> Signed-off-by: Al
Hello:
I cloned git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-dev.git
last night and got compile errors while compiling net/d80211/ieee80211_ioctl.c
into a module. This patch fixes it.
Signed-off-by: Alex Davis <[EMAIL PROTECTED]>
diff --git a/net/d80211/ieee80211_ioctl.c b/net