Re: [RFC] serialising net80211 TX

2013-02-19 Thread Monthadar Al Jaberi
On Tue, Feb 19, 2013 at 4:10 PM, Adrian Chadd adr...@freebsd.org wrote: Here's my current patch. I've tested it lightly in AP mode. Its identical to 20130216-net80211-tx-lock-2.diff? Adrian -- Monthadar Al Jaberi ___

Re: [RFC] serialising net80211 TX

2013-02-15 Thread PseudoCylon
On Fri, Feb 15, 2013 at 4:03 PM, Adrian Chadd adr...@freebsd.org wrote: The (many) problems include the two TX paths - one is via _start / _transmit, and one is the raw xmit path. So in the short term it'll be easier (!) to just wrap all TX entry points with a VAP TX lock. Once that's done