Hm. Ok ill fix that. Ta!
On May 18, 2013 8:33 PM, "Outback Dingo" <outbackdi...@gmail.com> wrote:

> cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99 -g -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
> -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions
>  -Wmissing-include-dirs -fdiagnostics-show-option
>  -Wno-error-tautological-compare -Wno-error-empty-body
>  -Wno-error-parentheses-equality  -nostdinc  -I. -I/usr/src/sys
> -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
> opt_global.h  -fno-omit-frame-pointer -mno-aes -mno-avx -mcmodel=kernel
> -mno-red-zone -mno-mmx -mno-sse -msoft-float
>  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror
>  /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
> /usr/src/sys/dev/ath/if_ath.c:4751:31: error: use of undeclared identifier
> 'ah'
>                                         ath_hal_gettxdesclinkptr(ah,
>                                                                  ^
> /usr/src/sys/dev/ath/if_athvar.h:1333:6: note: expanded from macro
> 'ath_hal_gettxdesclinkptr'
>         ((*(_ah)->ah_getTxDescLinkPtr)((_ah), (_ds), (_linkptr)))
>             ^
> /usr/src/sys/dev/ath/if_ath.c:4751:31: error: use of undeclared identifier
> 'ah'
> /usr/src/sys/dev/ath/if_athvar.h:1333:34: note: expanded from macro
> 'ath_hal_gettxdesclinkptr'
>         ((*(_ah)->ah_getTxDescLinkPtr)((_ah), (_ds), (_linkptr)))
>                                         ^
> 2 errors generated.
> *** Error code 1
>
>
>
> On Sat, May 18, 2013 at 8:19 PM, Adrian Chadd <adr...@freebsd.org> wrote:
>
>> Hi,
>>
>> I've gone and hacked on the TX path code a bunch more. I'd appreciate
>> it if people would give it a good thrashing in STA and hostap modes.
>>
>> I'll test out STA, HOSTAP and TDMA modes sometime tomorrow and Monday.
>>
>> Also, I found something new - the "clone" mechanism can optionally use
>> new mac addresses when creating multiple hostap / mesh interfaces. You
>> just have to give 'bssid' as part of the ifconfig wlanX create. No,
>> you don't have to supply a separate mac address. It will just set the
>> clone flag and automatically update the hardware. So if you're using
>> multiple hostap VAPs on one physical device, please try that.
>>
>> Thanks!
>>
>>
>>
>> adrian
>> _______________________________________________
>> freebsd-wireless@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
>> To unsubscribe, send any mail to "
>> freebsd-wireless-unsubscr...@freebsd.org"
>>
>
>
_______________________________________________
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Reply via email to