Intel WiFi 5100/5300
Glen Barber
glen.j.barber at gmail.com
Mon Oct 19 01:14:03 UTC 2009
Howdy!
On Sun, Oct 18, 2009 at 10:27 AM, Bernhard Schmidt
<bschmidt at techwires.net> wrote:
> On Thursday 15 October 2009 08:15:57 Bernhard Schmidt wrote:
>> .. anyways, I'll post updates on sunday.
>
> Here we go.
>
> http://techwires.net/~bschmidt/patches/freebsd/iwn/
>
> Testers/feedback welcome!
>
> Code is pretty stable although there are still a few open issues. Nothing
> major I should be able to figure them out.
>
> * I did only tests with a 5100 card, other might not yet work.. I will do
> tests wie 5300 and 4965 cards later this week.
> * 11N has not been tested at all.
> * Deauth/disconnect frames are not handled correctly, those yield firmware
> errors. The remote side might therefore not be able to clean up correctly,
> whichs lead to no answers to probe requests on new scans.
> * Encryption of any kind does not yet work.
> * Monitor mode/radiotap does not yet work.
> * IBSS mode has not been tested.
> * iwnfw module is locked somehow on kldunload.
> * RF kill switch might not work correctly.
> * Manpage needs an update. :)
> * Suspend/resume is broken.
>
Any thoughts on the errors I get with buildkernel (attached)? The
kernel config has no other changes compared to GENERIC than enabling
KDB and DDB.
Thanks and regards,
--
Glen Barber
-------------- next part --------------
===> iwn (all)
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DH
AVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/PEGASUS/opt_global.h -I.
-I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/PEGASUS -mno-a
lign-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mn
o-sse2 -mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-prot
ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-pr
ototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma
t-extensions -c /usr/src/sys/modules/iwn/../../dev/iwn/if_iwn.c
cc1: warnings being treated as errors
/usr/src/sys/modules/iwn/../../dev/iwn/if_iwn.c: In function 'iwn_read_firmware'
:
/usr/src/sys/modules/iwn/../../dev/iwn/if_iwn.c:4986: warning: format '%ld' expe
cts type 'long int', but argument 4 has type 'size_t'
/usr/src/sys/modules/iwn/../../dev/iwn/if_iwn.c:5016: warning: format '%ld' expe
cts type 'long int', but argument 4 has type 'size_t'
*** Error code 1
Stop in /usr/src/sys/modules/iwn.
*** Error code 1
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/obj/usr/src/sys/PEGASUS.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
More information about the freebsd-net
mailing list