2011-04-25 13:30:48

by Walter Goldens

[permalink] [raw]
Subject: [PATCH 2/2] compat-wireless: add rtl8192c/u to driver-select

Add rtl8192c & rtl8192cu to rtlwifi/driver-selct

Signed-off-by: Walter Goldens <[email protected]>
---

--- a/scripts/driver-select
+++ b/scripts/driver-select
@@ -59,7 +59,7 @@ function usage {
???? echo -e "\t${CYAN}ath${NORMAL} < ${PURPLE} ath5k ath9k carl9170 ${NORMAL}>"
???? echo -e "\t${CYAN}iwlagn${NORMAL} < ${PURPLE} iwlagn ${NORMAL}>"
???? echo -e "\t${CYAN}rtl818x${NORMAL} < ${PURPLE} rtl8180 rtl8187 ${NORMAL}>"
-??? echo -e "\t${CYAN}rtlwifi${NORMAL} < ${PURPLE} rtl8192ce ${NORMAL}>"
+??? echo -e "\t${CYAN}rtlwifi${NORMAL} < ${PURPLE} rtl8192c rtl8192ce rtl8192cu ${NORMAL}>"
???? echo -e "\t${CYAN}wl12xx${NORMAL} < ${PURPLE} wl1251 wl12xx (SPI and SDIO)${NORMAL}>"
????
???? echo -e "\nSupported group drivers: Bluetooth & Ethernet:"
@@ -327,7 +327,8 @@ case $1 in
???? ??? disable_var_02
???? ??? ;;
???? rtlwifi)
-??? ??? select_drivers??? ??? CONFIG_RTL8192CE CONFIG_RTLWIFI
+??? ??? select_drivers??? ??? CONFIG_RTL8192CE CONFIG_RTLWIFI \
+??? ??? ??? ??? ??? CONFIG_RTL8192C CONFIG_RTL8192CU
???? ??? disable_staging
???? ??? disable_bt_usb_ethernet_var
???? ??? ;;



2011-04-25 18:49:33

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH 2/2] compat-wireless: add rtl8192c/u to driver-select

On Mon, Apr 25, 2011 at 6:30 AM, Walter Goldens
<[email protected]> wrote:
> Add rtl8192c & rtl8192cu to rtlwifi/driver-selct
>
> Signed-off-by: Walter Goldens <[email protected]>

Content-Transfer-Encoding: quoted-printable

Please fix your mailer.

Luis
>
> --- a/scripts/driver-select
> +++ b/scripts/driver-select
> @@ -59,7 +59,7 @@ function usage {
>      echo -e "\t${CYAN}ath${NORMAL} < ${PURPLE} ath5k ath9k carl9170 ${NORMAL}>"
>      echo -e "\t${CYAN}iwlagn${NORMAL} < ${PURPLE} iwlagn ${NORMAL}>"
>      echo -e "\t${CYAN}rtl818x${NORMAL} < ${PURPLE} rtl8180 rtl8187 ${NORMAL}>"
> -    echo -e "\t${CYAN}rtlwifi${NORMAL} < ${PURPLE} rtl8192ce ${NORMAL}>"
> +    echo -e "\t${CYAN}rtlwifi${NORMAL} < ${PURPLE} rtl8192c rtl8192ce rtl8192cu ${NORMAL}>"
>      echo -e "\t${CYAN}wl12xx${NORMAL} < ${PURPLE} wl1251 wl12xx (SPI and SDIO)${NORMAL}>"
>
>      echo -e "\nSupported group drivers: Bluetooth & Ethernet:"
> @@ -327,7 +327,8 @@ case $1 in
>          disable_var_02
>          ;;
>      rtlwifi)
> -        select_drivers        CONFIG_RTL8192CE CONFIG_RTLWIFI
> +        select_drivers        CONFIG_RTL8192CE CONFIG_RTLWIFI \
> +                    CONFIG_RTL8192C CONFIG_RTL8192CU
>          disable_staging
>          disable_bt_usb_ethernet_var
>          ;;
>
>