0c91dc1d08
There's some upcoming work to add new chipset support here and I'd like to only add 802.11n support to one driver, instead of both urtwn and rtwn. There's also missing support for things like 802.11n, some powersave work, bluetooth integration/coexistence, etc, and also newer parts (like 8192EU, maybe some 11ac parts, not sure yet.) So, this is hopefully the first step in a longer set of steps to unify rtwn/urtwn and extend it with more interesting chipset and functionality support. Reviewed by: kevlo
6 lines
92 B
Makefile
6 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= urtwnrtl8188eu urtwnrtl8192cT urtwnrtl8192cU
|
|
|
|
.include <bsd.subdir.mk>
|