From 4ed88705b8ea1dae9adc109b71ef35624a9faccd Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Sat, 3 Mar 2012 20:11:43 +0100 Subject: Remove deprecated code Remove some code that should not be used anymore. A 2.7 release seems the right point for some minor interface breaking. --- src/connections/wireless | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/connections/wireless') diff --git a/src/connections/wireless b/src/connections/wireless index f08ba43..2e371c9 100644 --- a/src/connections/wireless +++ b/src/connections/wireless @@ -62,13 +62,6 @@ wireless_up() { report_debug wireless_up stop_wpa "$INTERFACE" stop_wpa "$INTERFACE" - # Manually set iwconfig options (DEPRECATED) - if [[ -n "$IWCONFIG" ]]; then - report_warn "The use of IWCONFIG option is deprecated." - report_debug wireless_up iwconfig "$INTERFACE" $IWCONFIG - iwconfig "$INTERFACE" $IWCONFIG - fi - # Build configuration file case "$SECURITY" in wpa-config) -- cgit v1.2.3-24-g4f1b