Date: Sat, 24 Oct 2009 09:55:11 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/iwn if_iwn.c src/sys/modules/iwnfw Makefile Makefile.inc src/sys/modules/iwnfw/iwn4965 Makefile src/sys/modules/iwnfw/iwn5000 Makefile src/sys/modules/iwnfw/iwn5150 Makefile Message-ID: <200910240956.n9O9u3t4070043@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2009-10-24 09:55:11 UTC FreeBSD src repository Modified files: sys/dev/iwn if_iwn.c sys/modules/iwnfw Makefile Added files: sys/modules/iwnfw Makefile.inc sys/modules/iwnfw/iwn4965 Makefile sys/modules/iwnfw/iwn5000 Makefile sys/modules/iwnfw/iwn5150 Makefile Log: SVN rev 198439 on 2009-10-24 09:55:11Z by rpaulo Updates to the iwn driver: * iwnfw has now been split into individual modules so autoloading of firmware module(s) does work again. * Changes have been made to RUN -> AUTH transition, this should fix the issue reported by Glen and others. * Brandon reported issues in iwn_cmd() with large commands, those have been fixed to. * DEAUTH is now handled correctly. Submitted by: Bernhard Schmidt <bschmidt at techwires.net> Revision Changes Path 1.20 +109 -45 src/sys/dev/iwn/if_iwn.c 1.4 +2 -20 src/sys/modules/iwnfw/Makefile 1.1 +13 -0 src/sys/modules/iwnfw/Makefile.inc (new) 1.1 +6 -0 src/sys/modules/iwnfw/iwn4965/Makefile (new) 1.1 +6 -0 src/sys/modules/iwnfw/iwn5000/Makefile (new) 1.1 +6 -0 src/sys/modules/iwnfw/iwn5150/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910240956.n9O9u3t4070043>