aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2007-05-10 01:32:17 +0000
committerKevin Lo <kevlo@FreeBSD.org>2007-05-10 01:32:17 +0000
commit02dff35642367e9b11196d170c1f15cbea7f4009 (patch)
tree918449ac380a3b286348717930eda16e0d72673f
parentb065259568a7db32687869cef1593d1990b37856 (diff)
downloadsrc-02dff35642367e9b11196d170c1f15cbea7f4009.tar.gz
src-02dff35642367e9b11196d170c1f15cbea7f4009.zip
Add wlan_amrr. ural(4) uses amrr as transmit rate control.
Notes
Notes: svn path=/head/; revision=169433
-rw-r--r--sys/pc98/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 5ca9039c0a49..6251984de3d7 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -209,6 +209,7 @@ device wlan # 802.11 support
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
+device wlan_amrr # AMRR transmit rate control algorithm
device an # Aironet 4500/4800 802.11 wireless NICs.
device ath # Atheros pci/cardbus NIC's
device ath_hal # Atheros HAL (Hardware Access Layer)