blob: e80cc6baffd0d710e3d5c381966738cb7bd33ef1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--- gtkskan-0.2.orig/src/iwcommon.c 2005-09-06 23:43:44.000000000 -0300
+++ gtkskan-0.2/src/iwcommon.c 2005-09-06 23:46:52.000000000 -0300
@@ -324,7 +324,6 @@
case IW_POWER_REPEATER:
fprintf(stream, " mode:Repeat multicasts");
break;
- default:
}
}
--- gtkskan-0.2.orig/src/iwcommon.h 2005-09-06 23:43:44.000000000 -0300
+++ gtkskan-0.2/src/iwcommon.h 2005-09-06 23:54:55.000000000 -0300
@@ -241,12 +241,12 @@
#define IW_POWER_MIN 0x0001 /* Value is a minimum */
#define IW_POWER_MAX 0x0002 /* Value is a maximum */
#define IW_POWER_RELATIVE 0x0004 /* Value is not in seconds/ms/us */
-#endif IW_POWER_MODIFIER
+#endif
#ifndef IW_ENCODE_NOKEY
#define IW_ENCODE_NOKEY 0x0800 /* Key is write only, so not here */
#define IW_ENCODE_MODE 0xF000 /* Modes defined below */
-#endif IW_ENCODE_NOKEY
+#endif
/****************************** TYPES ******************************/
|