freebsd-dev/sys/modules/iwnfw/iwn5150/Makefile
Rui Paulo e7e0fcbea8 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>
2009-10-24 09:55:11 +00:00

7 lines
80 B
Makefile

# $FreeBSD$
KMOD= iwn5150fw
IMG= iwlwifi-5150-8.24.2.2
.include <bsd.kmod.mk>