summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-05-03 17:05:38 +0000
committersam <sam@FreeBSD.org>2008-05-03 17:05:38 +0000
commit39c0719a2eed3af74cf3d294ac16a54720ea7593 (patch)
tree51750b4ef3c36b16a56540bf5055b4710179d0f1
parentd0811445ef2fa0e8042da90e797c66781b93a966 (diff)
downloadFreeBSD-src-39c0719a2eed3af74cf3d294ac16a54720ea7593.zip
FreeBSD-src-39c0719a2eed3af74cf3d294ac16a54720ea7593.tar.gz
enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by default
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/pc98/conf/GENERIC2
-rw-r--r--sys/sparc64/conf/GENERIC2
5 files changed, 10 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 4d0a1d7..a09a54d 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -235,6 +235,8 @@ device xe # Xircom pccard Ethernet
# Wireless NIC cards
device wlan # 802.11 support
+options IEEE80211_DEBUG # enable debug msgs
+options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4671fce..39797f2 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -762,6 +762,8 @@ device mn # Munich32x/Falc54 Nx64kbit/sec cards.
device ether #Generic Ethernet
device vlan #VLAN support (needs miibus)
device wlan #802.11 support
+options IEEE80211_DEBUG #enable debugging msgs
+options IEEE80211_AMPDU_AGE #age frames in AMPDU reorder q's
device wlan_wep #802.11 WEP support
device wlan_ccmp #802.11 CCMP support
device wlan_tkip #802.11 TKIP support
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 2027692..ed13830 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -249,6 +249,8 @@ device xe # Xircom pccard Ethernet
# Wireless NIC cards
device wlan # 802.11 support
+options IEEE80211_DEBUG # enable debug msgs
+options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 80ac05e..e3f2a29 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -211,6 +211,8 @@ device xe # Xircom pccard Ethernet
# Wireless NIC cards
device wlan # 802.11 support
+options IEEE80211_DEBUG # enable debug msgs
+options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index d6c5d11..6068fb9 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -191,6 +191,8 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# Wireless NIC cards
device wlan # 802.11 support
+options IEEE80211_DEBUG # enable debug msgs
+options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
device wlan_wep # 802.11 WEP support
device wlan_ccmp # 802.11 CCMP support
device wlan_tkip # 802.11 TKIP support
OpenPOWER on IntegriCloud