From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhu Yi Subject: Re: [0/5] Improvements to the ieee80211 layer Date: Thu, 26 May 2005 11:36:20 +0800 Message-ID: <1117078580.3737.81.camel@debian.sh.intel.com> References: <20050524150711.01632672@griffin.suse.cz> <1117004116.3737.30.camel@debian.sh.intel.com> <20050525132055.469f10d7@griffin.suse.cz> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: NetDev , jbohac@suse.cz Return-path: To: Jiri Benc In-Reply-To: <20050525132055.469f10d7@griffin.suse.cz> Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Wed, 2005-05-25 at 13:20 +0200, Jiri Benc wrote: > On Wed, 25 May 2005 14:55:16 +0800, Zhu Yi wrote: > > Do you just clean up current ieee80211 code to still do 802.11 <-> 802.3 > > conversion inside the driver or you plan to handle real 802.11 frames in > > the stack like this? > > http://oss.sgi.com/archives/netdev/2005-03/msg01405.html > > We are trying to handle real 802.11 frames. Have you made any progress > in your work since posting that patch? If so, could you please post it > to netdev (or to us)? No much progress since that. I planned to add a new type SOCK_80211 to PF_PACKET domain, so that user space can send packets through the 80211 stack but don't need to build 802.11 headers themselves. This can be used by programs like wpa_supplicant. Do you know some better way to do this? Thanks, -yi