svn commit: r343219 - in head: sys/amd64/conf sys/arm/conf sys/conf sys/i386/conf sys/mips/conf sys/sparc64/conf tools/tools/nanobsd/pcengines

Andriy Voskoboinyk avos at FreeBSD.org
Sun Jan 20 15:18:00 UTC 2019


Author: avos
Date: Sun Jan 20 15:17:56 2019
New Revision: 343219
URL: https://svnweb.freebsd.org/changeset/base/343219

Log:
  Remove IEEE80211_AMPDU_AGE config option.
  
  It is noop since r297774.

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/arm/conf/RK3188
  head/sys/conf/NOTES
  head/sys/conf/config.mk
  head/sys/conf/options
  head/sys/i386/conf/GENERIC
  head/sys/mips/conf/ERL
  head/sys/mips/conf/OCTEON1
  head/sys/sparc64/conf/GENERIC
  head/tools/tools/nanobsd/pcengines/ALIX_DSK

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/sys/amd64/conf/GENERIC	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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

Modified: head/sys/arm/conf/RK3188
==============================================================================
--- head/sys/arm/conf/RK3188	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/sys/arm/conf/RK3188	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/sys/conf/NOTES	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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
 

Modified: head/sys/conf/config.mk
==============================================================================
--- head/sys/conf/config.mk	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/sys/conf/config.mk	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/sys/conf/options	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/sys/i386/conf/GENERIC	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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

Modified: head/sys/mips/conf/ERL
==============================================================================
--- head/sys/mips/conf/ERL	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/sys/mips/conf/ERL	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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

Modified: head/sys/mips/conf/OCTEON1
==============================================================================
--- head/sys/mips/conf/OCTEON1	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/sys/mips/conf/OCTEON1	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/sys/sparc64/conf/GENERIC	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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

Modified: head/tools/tools/nanobsd/pcengines/ALIX_DSK
==============================================================================
--- head/tools/tools/nanobsd/pcengines/ALIX_DSK	Sun Jan 20 15:00:15 2019	(r343218)
+++ head/tools/tools/nanobsd/pcengines/ALIX_DSK	Sun Jan 20 15:17:56 2019	(r343219)
@@ -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	


More information about the svn-src-head mailing list