From 8804652415e5d69d3b144571d493307caaf6d840 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sat, 11 Dec 2004 23:21:31 +0000 Subject: [PATCH] note ath+wlan changes --- UPDATING | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/UPDATING b/UPDATING index 992b7fc73c69..3a50f264de8e 100644 --- a/UPDATING +++ b/UPDATING @@ -23,6 +23,18 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20041201: + The wlan support has been updated to split the crypto support + into separate modules. For static WEP you must configure the + wlan_wep module in your system or build and install the module + in place where it can be loaded (the kernel will auto-load + the module when a wep key is configured). + +20041201: + The ath driver has been updated to split the tx rate control + algorithm into a separate module. You need to include either + ath_rate_onoe or ath_rate_amrr when configuring the kernel. + 20041116: Support for systems with an 80386 CPU has been removed. Please use FreeBSD 5.x or earlier on systems with an 80386.