mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
673 B

  1. diff -ruN ipw2100-0.60/ipw2100.c ipw2100-0.60-new/ipw2100.c
  2. --- ipw2100-0.60/ipw2100.c 2004-11-05 10:23:37.000000000 +0100
  3. +++ ipw2100-0.60-new/ipw2100.c 2004-11-06 19:54:16.905202256 +0100
  4. @@ -8088,7 +8088,7 @@
  5. #include <linux/moduleparam.h>
  6. module_param(firmware, charp, 0);
  7. -MODULE_PARM_DEC(firmware, "complete path to firmware file");
  8. +MODULE_PARM_DESC(firmware, "complete path to firmware file");
  9. #endif /* CONFIG_IPW2100_LEGACY_FW_LOAD */
  10. @@ -8354,7 +8354,7 @@
  11. if (!firmware) {
  12. switch (priv->ieee->iw_mode) {
  13. - case IW_MDOE_ADHOC:
  14. + case IW_MODE_ADHOC:
  15. fw_name = "/etc/firmware/" IPW2100_FW_NAME("-i");
  16. break;
  17. #ifdef CONFIG_IPW2100_PROMISC