summaryrefslogtreecommitdiffstats
path: root/src/connections/wireless
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-03-03 20:11:43 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2012-03-03 20:11:43 +0100
commit4ed88705b8ea1dae9adc109b71ef35624a9faccd (patch)
tree642f9faed4e9881925d0d59d9ef51a26d81fdcfd /src/connections/wireless
parenteed3f590c9db7cd9cd4d5fb4722fc7257a278ea6 (diff)
downloadnetctl-4ed88705b8ea1dae9adc109b71ef35624a9faccd.tar.gz
netctl-4ed88705b8ea1dae9adc109b71ef35624a9faccd.tar.xz
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.
Diffstat (limited to 'src/connections/wireless')
-rw-r--r--src/connections/wireless7
1 files changed, 0 insertions, 7 deletions
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)