summaryrefslogtreecommitdiff
path: root/net.BSD
diff options
context:
space:
mode:
Diffstat (limited to 'net.BSD')
-rw-r--r--net.BSD/iwconfig.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/net.BSD/iwconfig.sh b/net.BSD/iwconfig.sh
index 912e079..aa9057b 100644
--- a/net.BSD/iwconfig.sh
+++ b/net.BSD/iwconfig.sh
@@ -475,14 +475,6 @@ iwconfig_configure() {
return 1
fi
- # Do we have a preferred Access Point list specific to the interface?
-# x="preferred_aps_${ifvar}[@]"
-# [[ -n ${!x} ]] && preferred_aps=( "${!x}" )
-
-# # Do we have a blacklist Access Point list specific to the interface?
-# x="blacklist_aps_${ifvar}[@]"
-# [[ -n ${!x} ]] && blacklist_aps=( "${!x}" )
-
# Are we forcing preferred only?
eval x=\$associate_order_${IFVAR}
[ -n "${x}" ] && associate_order=${x}