This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / wireless / prism54 / isl_oid.h
index 419edf7..c4b27d2 100644 (file)
@@ -91,14 +91,6 @@ struct obj_frequencies {
        u16 mhz[0];
 } __attribute__ ((packed));
 
-struct obj_attachment {
-       char type;
-       char reserved;
-       short id;
-       short size;
-       char data[0];
-} __attribute__((packed));
-
 /* 
  * in case everything's ok, the inlined function below will be
  * optimized away by the compiler...
@@ -480,7 +472,6 @@ enum oid_num_t {
 #define OID_TYPE_MLMEEX                0x09
 #define OID_TYPE_ADDR          0x0A
 #define OID_TYPE_RAW           0x0B
-#define OID_TYPE_ATTACH                0x0C
 
 /* OID_TYPE_MLMEEX is special because of a variable size field when sending.
  * Not yet implemented (not used in driver anyway).