Date: Sat, 18 May 2013 20:33:12 -0400 From: Outback Dingo <outbackdingo@gmail.com> To: Adrian Chadd <adrian@freebsd.org> Cc: freebsd-wireless@freebsd.org Subject: Re: [rft] please test -HEAD ath; lots of TX changes Message-ID: <CAKYr3zx58ruessjGFZ5A5_cghMqHHneEVkP0yJuoRmmvJeU47Q@mail.gmail.com> In-Reply-To: <CAJ-VmongHgfCBPFpnMLi_5ppVbz%2BtOXVSOzRmCF=yL8FtnMBHQ@mail.gmail.com> References: <CAJ-VmongHgfCBPFpnMLi_5ppVbz%2BtOXVSOzRmCF=yL8FtnMBHQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <adrian@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-unsubscribe@freebsd.org > " >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKYr3zx58ruessjGFZ5A5_cghMqHHneEVkP0yJuoRmmvJeU47Q>