Add missing module names to scripts/wlunload.sh as followup to review-comment by Walter Goldens for commit f77cb6ccc803ff679c377914fd60ff9a268c6f14 Signed-off-by: Greg Whiteley <greg.whiteley@xxxxxxxxx> --- scripts/wlunload.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/wlunload.sh b/scripts/wlunload.sh index cd6298d..5860c0d 100755 --- a/scripts/wlunload.sh +++ b/scripts/wlunload.sh @@ -21,8 +21,8 @@ MODULES="$MODULES ath5k ath ath6kl ar9170usb carl9170" MODULES="$MODULES p54pci p54usb p54spi p54common" MODULES="$MODULES rt2400pci rt2500pci rt61pci" MODULES="$MODULES rt2500usb rt73usb" -MODULES="$MODULES rt2800usb rt2800lib" -MODULES="$MODULES rt2x00usb rt2x00lib" +MODULES="$MODULES rt2800usb rt2800pci rt2800lib" +MODULES="$MODULES rt2x00usb rt2x00pci rt2x00lib" MODULES="$MODULES rtl8180 rtl8187 rtl8192ce rtlwifi" MODULES="$MODULES mwl8k mac80211_hwsim" MODULES="$MODULES at76c50x_usb at76_usb" -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html