Re: forwarding didn't work if wlan0 is member of a bridge

2016-01-13 Thread Alexander V . Chernikov
___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Re: forwarding didn't work if wlan0 is member of a bridge

2016-01-13 Thread Olivier Cochard-Labbé
On Wed, Jan 13, 2016 at 9:45 AM, Alexander V. Chernikov wrote: > > I suspect the reason here is link state bridge handling. > ix0 does not seem to have IFCAP_LINKSTATE option but re(4) does. Probably > wlan0 doesn't have LINKSTATE option. > Code in bridge_linkcheck() doesn't handle the case with

Re: forwarding didn't work if wlan0 is member of a bridge

2016-01-13 Thread Hooman Fazaeli
On 1/13/2016 1:31 PM, Olivier Cochard-Labbé wrote: On Wed, Jan 13, 2016 at 9:45 AM, Alexander V. Chernikov wrote: I suspect the reason here is link state bridge handling. ix0 does not seem to have IFCAP_LINKSTATE option but re(4) does. Probably wlan0 doesn't have LINKSTATE option. Code in brid

Re: forwarding didn't work if wlan0 is member of a bridge

2016-01-13 Thread Alexander V . Chernikov
13.01.2016, 13:02, "Olivier Cochard-Labbé" : > On Wed, Jan 13, 2016 at 9:45 AM, Alexander V. Chernikov > wrote: > >>  I suspect the reason here is link state bridge handling. >>  ix0 does not seem to have IFCAP_LINKSTATE option but re(4) does. Probably >>  wlan0 doesn't have LINKSTATE option. >>  

AH_DIAGAPI

2016-01-13 Thread Petar Bogdanovic
Hi, should AH_DIAGAPI still exist somewhere? I was just grepping for it in /usr/src (10.2-REL) but there doesn't seem to be such a string. Cheers, Petar ___ freebsd-wireless@freebsd.org mailing list https://lists.freebsd.org/mailman/li

Re: AH_DIAGAPI

2016-01-13 Thread Adrian Chadd
Maybe it's ATH_DIAGAPI? -a On 13 January 2016 at 14:16, Petar Bogdanovic wrote: > Hi, > > should AH_DIAGAPI still exist somewhere? I was just grepping for it in > /usr/src (10.2-REL) but there doesn't seem to be such a string. > > Cheers, > > Petar > __

Re: AH_DIAGAPI

2016-01-13 Thread Petar Bogdanovic
On Wed, Jan 13, 2016 at 02:32:49PM -0800, Adrian Chadd wrote: > Maybe it's ATH_DIAGAPI? It is, thanks! :) Maybe fix-worthy: This requires "AH_DIAGAPI" to be enabled in order for all the.. ^^^ https://wiki.freebsd.org/dev/ath%284%29/Debugging

Re: AH_DIAGAPI

2016-01-13 Thread Adrian Chadd
Fixed! Thanks! -a On 13 January 2016 at 14:35, Petar Bogdanovic wrote: > On Wed, Jan 13, 2016 at 02:32:49PM -0800, Adrian Chadd wrote: >> Maybe it's ATH_DIAGAPI? > > It is, thanks! :) > > > Maybe fix-worthy: > >This requires "AH_DIAGAPI" to be enabled in order for all the.. >

[Bug 206199] [patch] dev/bwn suppressing "bwn0: unsupported rate 0" messages

2016-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206199 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-wirel...@freebsd.or