Re: svn commit: r244389 - head/sys/dev/wtap

2012-12-19 Thread Bruce Evans
On Tue, 18 Dec 2012, Gleb Smirnoff wrote: On Tue, Dec 18, 2012 at 08:44:59AM +, Monthadar Al Jaberi wrote: ... M> Modified: head/sys/dev/wtap/if_wtap.c M> == M> --- head/sys/dev/wtap/if_wtap.c Tue Dec 18 08:41:23

Re: svn commit: r244389 - head/sys/dev/wtap

2012-12-18 Thread Monthadar Al Jaberi
On Tue, Dec 18, 2012 at 2:13 PM, Gleb Smirnoff wrote: > On Tue, Dec 18, 2012 at 12:30:53PM +0100, Monthadar Al Jaberi wrote: > M> On Tue, Dec 18, 2012 at 9:53 AM, Gleb Smirnoff wrote: > M> > Monthadar, > M> > > M> > On Tue, Dec 18, 2012 at 08:44:59AM +, Monthadar Al Jaberi wrote: > M> > M>

Re: svn commit: r244389 - head/sys/dev/wtap

2012-12-18 Thread Gleb Smirnoff
On Tue, Dec 18, 2012 at 12:30:53PM +0100, Monthadar Al Jaberi wrote: M> On Tue, Dec 18, 2012 at 9:53 AM, Gleb Smirnoff wrote: M> > Monthadar, M> > M> > On Tue, Dec 18, 2012 at 08:44:59AM +, Monthadar Al Jaberi wrote: M> > M> Author: monthadar M> > M> Date: Tue Dec 18 08:44:59 2012 M> > M> Ne

Re: svn commit: r244389 - head/sys/dev/wtap

2012-12-18 Thread Monthadar Al Jaberi
On Tue, Dec 18, 2012 at 9:53 AM, Gleb Smirnoff wrote: > Monthadar, > > On Tue, Dec 18, 2012 at 08:44:59AM +, Monthadar Al Jaberi wrote: > M> Author: monthadar > M> Date: Tue Dec 18 08:44:59 2012 > M> New Revision: 244389 > M> URL: http://svnweb.freebsd.org/changeset/base/244389 > M> > M> Log

Re: svn commit: r244389 - head/sys/dev/wtap

2012-12-18 Thread Gleb Smirnoff
Monthadar, On Tue, Dec 18, 2012 at 08:44:59AM +, Monthadar Al Jaberi wrote: M> Author: monthadar M> Date: Tue Dec 18 08:44:59 2012 M> New Revision: 244389 M> URL: http://svnweb.freebsd.org/changeset/base/244389 M> M> Log: M> wtap should check if ieee80211_vap_setup fails. M> M> * If

svn commit: r244389 - head/sys/dev/wtap

2012-12-18 Thread Monthadar Al Jaberi
Author: monthadar Date: Tue Dec 18 08:44:59 2012 New Revision: 244389 URL: http://svnweb.freebsd.org/changeset/base/244389 Log: wtap should check if ieee80211_vap_setup fails. * If ieee80211_vap_setup fails, we free allocated M_80211_VAP memory and return NULL; Approved by: adrian