Date: Thu, 28 Feb 2013 15:38:20 -0800 From: Adrian Chadd <adrian@freebsd.org> To: freebsd-wireless@freebsd.org Subject: [RFC] replace ic->ic_raw_xmit() calls with a method - ieee80211_raw_xmit() Message-ID: <CAJ-Vmommba5tOnPnrt00KE3tA2GrjJxexAVGztGWh8zFpSyuLg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, As part of eventually making ic_raw_xmit() go via the vap/ic queue, I'd like to methodise this. Right now the stack calls ic->ic_raw_xmit(ni, mbuf, params) directly. I'd like to stick it inside a method call. Later on the raw frames can be queued via the VAP TX queue and processed in-order. This doesn't (yet) deal with all of the odd locking and serialisation issues; it's just to avoid calling that driver method direct. Comments? Does anyone have a problem with this? Thanks, Adrian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmommba5tOnPnrt00KE3tA2GrjJxexAVGztGWh8zFpSyuLg>