Date: Sat, 4 Jun 2016 10:11:56 +0200 From: "O. Hartmann" <ohartman@zedat.fu-berlin.de> To: FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: r301305: buildkernel fails in ATH driver: if_ath_btcoex.c:237:9: error: no member named 'bt_period' in 'HAL_BT_COEX_INFO Message-ID: <20160604101156.741882d8.ohartman@zedat.fu-berlin.de>
index | next in thread | raw e-mail
[-- Attachment #1 --] r301305 fails to buildkernel this morning with the lates updates. See below [...] cc -O2 -pipe -O3 -O3 -pipe -march=native -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/THOR/opt_global.h -I. -I/usr/src/sys -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/obj/usr/src/sys/THOR -MD -MF.depend.if_ath_btcoex_mci.o -MTif_ath_btcoex_mci.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/ath/../../dev/ath/if_ath_btcoex_mci.c -o if_ath_btcoex_mci.o --- if_ath_btcoex.o --- /usr/src/sys/modules/ath/../../dev/ath/if_ath_btcoex.c:236:9: error: no member named 'bt_dutyCycle' in 'HAL_BT_COEX_INFO' btinfo.bt_dutyCycle = 55; ~~~~~~ ^ /usr/src/sys/modules/ath/../../dev/ath/if_ath_btcoex.c:237:9: error: no member named 'bt_period' in 'HAL_BT_COEX_INFO' btinfo.bt_period = 40; ~~~~~~ ^ 2 errors generated. Regards, o.h. [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXUo1MAAoJEOgBcD7A/5N8Is0IAK7M0ewexAAj0DQCjeqOyQeF n9Ku0Oj5t/pKpkpYUxezaiBEtfGk+wCkUQyInBjMLJ/D8atflOQSQ/SrNvPOJTm5 EGMkaek3Qi0w4RRmU34RPpbxkF1QFCyD4FvKjCvN13YQFKyr9S2zwtpUFxhJUJNB Eu608KcdsobFHMOe/EcqEy+SmI+FV1s8rTpv/ivWvr5fgcnSmvb87QTBL63Yb3Hl 8x6HlI3kDOsiq/lCfrDkmHGH7piq6skfAZ0sh4qLfKBMyVcLydPG8urkYhImqLyV jm/aziCrpRKnfnwo0vAfMQgaobdvHMf57XFmWTbJRf3V5D8tX5BKgcpB2S5YyTA= =57P/ -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160604101156.741882d8.ohartman>
