Return-Path: <linux-wlan-user-owner@www.bitstorm.net>
Received: from fort-point-station.mit.edu by po12.mit.edu (8.9.2/4.7) id KAA27183; Sat, 17 Mar 2001 10:37:45 -0500 (EST)
Received: from www.bitstorm.net (majordom@mail.bitstorm.net [216.230.38.4]) by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id KAA19807 for <chris@mit.edu>; Sat, 17 Mar 2001 10:37:40 -0500 (EST)
Received: (from majordom@localhost) by www.bitstorm.net (8.9.0/8.9.1) id KAA12511 for linux-wlan-user-outgoing; Sat, 17 Mar 2001 10:19:24 -0500 (EST)
Received: from moon.mt.lv (root@moon.mt.lv [159.148.147.194]) by www.bitstorm.net (8.9.0/8.9.1) with ESMTP id KAA12507 for <linux-wlan-user@absoval.com>; Sat, 17 Mar 2001 10:19:22 -0500 (EST)
Received: from localhost.localdomain (IDENT:root@karlis.dev.mt.lv [10.0.0.16]) by moon.mt.lv (8.9.3/8.9.3) with ESMTP id RAA18776 for <linux-wlan-user@absoval.com>; Sat, 17 Mar 2001 17:24:25 +0200
Date: Sat, 17 Mar 2001 17:24:25 +0200 (GMT-2)
From: Karlis Peisenieks <karlis@mt.lv>
To: linux-wlan-user@absoval.com
Subject: Re: [lwlan-user]: Re: linux-wlan-ng-0.1.8-pre5 works perfectly(?)with Orinoco Silver
In-Reply-To: <Pine.LNX.4.21.0103162158520.23430-100000@chef.cc.absoval.com>
Message-ID: <Pine.LNX.4.10.10103171709060.11265-100000@localhost.localdomain>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-linux-wlan-user@nightsky.com
Precedence: bulk
Reply-To: linux-wlan-user@absoval.com
X-Evolution: 00000114-0000



On Fri, 16 Mar 2001, Mark S. Mathews wrote:

> I think this is a issue w/ 2.2.17 and 2.2.18.  I haven't spent much time
> with them, but I think there's a symbol issue. (DUH!)  I haven't spent

Everything works fine on 2.2.18. Just netlink (CONFIG_NETLINK) has to be
enabled.

Still you have to make sure that you compile wlan with kernel source that
is configured as your running kernel (due to modversions).

What is output of commands:

grep netlink_kernel_create /proc/ksyms
and
objdump -r prism2sta_cs.o | grep netlink_kernel_create
?

> One thing I'm considering is not using netlink at all.  I'm thinking about
> using a Unix domain socket instead of nelink for usermode event
> notification.  We'll see.

Why? I suspect you will have a lot more trouble implementing kernel space
unix socket "server" than making a FAQ with answer to given problem :).
Especially taking into account that netlink was created exactly for such
purposes (kernel/user space app communication). Netlink gives clean and
easy way to iplement kernel-userapp interface for both - kernel side
(which is the most important thing I guess) and user app.

I think that it would even be better (read - easier) to make "virtual"
character device driver that would do this communication rather than using
unix sockets.


Karlis

-----------------------------------------------
The Linux WLAN User's Mailing List
For more information about this list see:
http://www.absoval.com/linux-wlan/lists.html
