___
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"
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
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
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.
>>
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
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
> __
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
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..
>
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