Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
e6085e56b9
2 changed files with 3 additions and 24 deletions
  1. +0
    -21
      package/avm/ipw2100/0.60-hotfix.patch
  2. +3
    -3
      package/avm/ipw2100/ipw2100.desc

+ 0
- 21
package/avm/ipw2100/0.60-hotfix.patch

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

+ 3
- 3
package/avm/ipw2100/ipw2100.desc

@ -36,8 +36,8 @@
[C] base/kernel
[L] GPL
[S] Beta
[V] 0.60
[S] Stable
[V] 1.0.1
[P] X -?---5---9 800.000
[D] 2143223634 ipw2100-0.60.tgz http://dl.sourceforge.net/ipw2100/
[D] 670495399 ipw2100-1.0.1.tgz http://dl.sourceforge.net/ipw2100/

Loading…
Cancel
Save