View | Details | Raw Unified | Return to bug 625403
Collapse All | Expand All

(-)scripts/ifup-wireless (-3 / +9 lines)
Lines 747-752 case $ACTION in Link Here
747
            ar9170*)
747
            ar9170*)
748
                WPA_DRIVER=nl80211
748
                WPA_DRIVER=nl80211
749
                ;;
749
                ;;
750
	    rtl818*)
751
		WPA_DRIVER=nl80211
752
		;;
753
	    rt2860*|rt2870*|r8187se|r8192*|vt665*)
754
		WPA_DRIVER=wext
755
		;;
750
            *)
756
            *)
751
                WPA_DRIVER=unsupported
757
                WPA_DRIVER=unsupported
752
                PREFER_WPA_SUPPLICANT=no
758
                PREFER_WPA_SUPPLICANT=no
Lines 757-766 case $ACTION in Link Here
757
            if [ "$WPA_DRIVER" = "unsupported" ]; then
763
            if [ "$WPA_DRIVER" = "unsupported" ]; then
758
                message "`printf "    %-9s warning: WPA configured but may be unsupported" $INTERFACE`"
764
                message "`printf "    %-9s warning: WPA configured but may be unsupported" $INTERFACE`"
759
                message "`printf "    %-9s warning: by this device" $INTERFACE`"
765
                message "`printf "    %-9s warning: by this device" $INTERFACE`"
760
                info_mesg "using WPA driver 'nl80211' for interface $INTERFACE"
766
                info_mesg "using WPA driver 'wext' for interface $INTERFACE with driver $DRIVER"
761
                info_mesg "when you notice problems with this new driver, set " \
767
                info_mesg "when you notice problems with this new driver, set " \
762
                          "WIRELESS_WPA_DRIVER='wext' and file a bug report"
768
                          "WIRELESS_WPA_DRIVER='nl80211' and file a bug report"
763
                WPA_DRIVER=nl80211
769
                WPA_DRIVER=wext
764
            fi
770
            fi
765
            start_wpa_supplicant
771
            start_wpa_supplicant
766
        elif [ "$PREFER_WPA_SUPPLICANT" = "yes" ]; then
772
        elif [ "$PREFER_WPA_SUPPLICANT" = "yes" ]; then

Return to bug 625403