Remove IEEE80211_AMPDU_AGE config option.
It is noop since r297774.
This commit is contained in:
parent
f2387f02db
commit
8f57d8136c
@ -284,7 +284,6 @@ 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
|
||||
options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
|
@ -79,7 +79,6 @@ device bpf
|
||||
|
||||
# Wireless NIC cards
|
||||
options IEEE80211_DEBUG
|
||||
options IEEE80211_AMPDU_AGE
|
||||
options IEEE80211_SUPPORT_MESH
|
||||
options IEEE80211_SUPPORT_TDMA
|
||||
device wlan # 802.11 support
|
||||
|
@ -843,7 +843,6 @@ device vxlan
|
||||
# and ath drivers and will eventually be required by all 802.11 drivers.
|
||||
device wlan
|
||||
options IEEE80211_DEBUG #enable debugging msgs
|
||||
options IEEE80211_AMPDU_AGE #age frames in AMPDU reorder q's
|
||||
options IEEE80211_SUPPORT_MESH #enable 802.11s D3.0 support
|
||||
options IEEE80211_SUPPORT_TDMA #enable TDMA support
|
||||
|
||||
|
@ -31,13 +31,12 @@ opt_scsi.h:
|
||||
echo "#define SCSI_DELAY 15000" > ${.TARGET}
|
||||
opt_wlan.h:
|
||||
echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
|
||||
echo "#define IEEE80211_AMPDU_AGE 1" >> ${.TARGET}
|
||||
echo "#define IEEE80211_SUPPORT_MESH 1" >> ${.TARGET}
|
||||
KERN_OPTS.i386=NEW_PCIB DEV_PCI
|
||||
KERN_OPTS.amd64=NEW_PCIB DEV_PCI
|
||||
KERN_OPTS.powerpc=NEW_PCIB DEV_PCI
|
||||
KERN_OPTS=MROUTING IEEE80211_DEBUG \
|
||||
IEEE80211_AMPDU_AGE IEEE80211_SUPPORT_MESH DEV_BPF \
|
||||
IEEE80211_SUPPORT_MESH DEV_BPF \
|
||||
${KERN_OPTS.${MACHINE}} ${KERN_OPTS_EXTRA}
|
||||
.if ${MK_INET_SUPPORT} != "no"
|
||||
KERN_OPTS+= INET TCP_OFFLOAD
|
||||
|
@ -908,7 +908,6 @@ HWPMC_MIPS_BACKTRACE opt_hwpmc_hooks.h
|
||||
# 802.11 support layer
|
||||
IEEE80211_DEBUG opt_wlan.h
|
||||
IEEE80211_DEBUG_REFCNT opt_wlan.h
|
||||
IEEE80211_AMPDU_AGE opt_wlan.h
|
||||
IEEE80211_SUPPORT_MESH opt_wlan.h
|
||||
IEEE80211_SUPPORT_SUPERG opt_wlan.h
|
||||
IEEE80211_SUPPORT_TDMA opt_wlan.h
|
||||
|
@ -280,7 +280,6 @@ 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
|
||||
options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
|
@ -136,7 +136,6 @@ device octm
|
||||
# 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
|
||||
options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
|
@ -169,7 +169,6 @@ device bge # Broadcom BCM570xx Gigabit Ethernet
|
||||
|
||||
device wlan # 802.11 support
|
||||
options IEEE80211_DEBUG # enable debug msgs
|
||||
options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
|
||||
options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
|
@ -217,7 +217,6 @@ 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
|
||||
options IEEE80211_SUPPORT_MESH # enable 802.11s D3.0 support
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
|
@ -54,7 +54,6 @@ device miibus
|
||||
device vr
|
||||
device wlan
|
||||
options IEEE80211_DEBUG
|
||||
options IEEE80211_AMPDU_AGE
|
||||
options IEEE80211_SUPPORT_MESH
|
||||
device wlan_wep
|
||||
device wlan_ccmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user