@@ -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
;;
Add rtl8192c & rtl8192cu to rtlwifi/driver-selct Signed-off-by: Walter Goldens <goldenstranger@yahoo.com> --- -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html