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
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>
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
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
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
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