PERFORCE change 139384 for review

Sam Leffler sam at FreeBSD.org
Fri Apr 4 23:18:45 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=139384

Change 139384 by sam at sam_ebb on 2008/04/04 23:18:39

	remove wlan_scan_ap; it's long gone

Affected files ...

.. //depot/projects/vap/sys/amd64/conf/GENERIC#11 edit
.. //depot/projects/vap/sys/arm/conf/AVILA#8 edit
.. //depot/projects/vap/sys/arm/conf/HL200#5 edit
.. //depot/projects/vap/sys/arm/conf/KB920X#5 edit
.. //depot/projects/vap/sys/conf/NOTES#13 edit
.. //depot/projects/vap/sys/pc98/conf/GENERIC#9 edit
.. //depot/projects/vap/sys/sparc64/conf/GENERIC#10 edit

Differences ...

==== //depot/projects/vap/sys/amd64/conf/GENERIC#11 (text+ko) ====

@@ -239,7 +239,6 @@
 device		wlan_ccmp	# 802.11 CCMP support
 device		wlan_tkip	# 802.11 TKIP support
 device		wlan_amrr	# AMRR transmit rate control algorithm
-device		wlan_scan_ap	# 802.11 AP mode scanning
 device		wlan_scan_sta	# 802.11 STA mode scanning
 device		an		# Aironet 4500/4800 802.11 wireless NICs.
 device		ath		# Atheros pci/cardbus NIC's

==== //depot/projects/vap/sys/arm/conf/AVILA#8 (text+ko) ====

@@ -131,7 +131,6 @@
 device		wlan_ccmp	# 802.11 CCMP support
 device		wlan_tkip	# 802.11 TKIP support
 device		wlan_scan_sta
-device		wlan_scan_ap
 device		wlan_xauth
 device		ath		# Atheros pci/cardbus NIC's
 device		ath_hal		# Atheros HAL (Hardware Access Layer)

==== //depot/projects/vap/sys/arm/conf/HL200#5 (text+ko) ====

@@ -147,5 +147,4 @@
 device          wlan_ccmp       # 802.11 CCMP support
 device          wlan_tkip       # 802.11 TKIP support
 device          wlan_amrr       # AMRR transmit rate control algorithm
-device          wlan_scan_ap    # 802.11 AP mode scanning
 device          wlan_scan_sta   # 802.11 STA mode scanning

==== //depot/projects/vap/sys/arm/conf/KB920X#5 (text) ====

@@ -135,5 +135,4 @@
 device          wlan_ccmp       # 802.11 CCMP support
 device          wlan_tkip       # 802.11 TKIP support
 device          wlan_amrr       # AMRR transmit rate control algorithm
-device          wlan_scan_ap    # 802.11 AP mode scanning
 device          wlan_scan_sta   # 802.11 STA mode scanning

==== //depot/projects/vap/sys/conf/NOTES#13 (text+ko) ====

@@ -768,7 +768,6 @@
 device		wlan_xauth		#802.11 external authenticator support
 device		wlan_acl		#802.11 MAC ACL support
 device		wlan_amrr		#AMRR transmit rate control algorithm
-device		wlan_scan_ap		#802.11 AP mode scanning
 device		wlan_scan_sta		#802.11 STA mode scanning
 device		token			#Generic TokenRing
 device		fddi			#Generic FDDI

==== //depot/projects/vap/sys/pc98/conf/GENERIC#9 (text+ko) ====

@@ -215,7 +215,6 @@
 device		wlan_ccmp	# 802.11 CCMP support
 device		wlan_tkip	# 802.11 TKIP support
 device		wlan_amrr	# AMRR transmit rate control algorithm
-device		wlan_scan_ap	# 802.11 AP mode scanning
 device		wlan_scan_sta	# 802.11 STA mode scanning
 device		an		# Aironet 4500/4800 802.11 wireless NICs.
 device		ath		# Atheros pci/cardbus NIC's

==== //depot/projects/vap/sys/sparc64/conf/GENERIC#10 (text+ko) ====

@@ -195,7 +195,6 @@
 device		wlan_wep	# 802.11 WEP support
 device		wlan_ccmp	# 802.11 CCMP support
 device		wlan_tkip	# 802.11 TKIP support
-device		wlan_scan_ap	# 802.11 AP mode scanning
 device		wlan_scan_sta	# 802.11 STA mode scanning
 device		ath		# Atheros pci/cardbus NIC's
 device		ath_hal		# Atheros HAL (Hardware Access Layer)


More information about the p4-projects mailing list