enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by default
This commit is contained in:
parent
32d7197a6d
commit
6c26723b19
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user