rt2x00: Move crypto TX descriptor handling to rt2x00crypto.c
[safe/jmp/linux-2.6] / drivers / net / wireless / rt2x00 / rt2x00.h
index 780ba73..39ecf3b 100644 (file)
@@ -44,7 +44,7 @@
 /*
  * Module information.
  */
-#define DRV_VERSION    "2.2.2"
+#define DRV_VERSION    "2.2.3"
 #define DRV_PROJECT    "http://rt2x00.serialmonkey.com"
 
 /*
@@ -653,6 +653,7 @@ enum rt2x00_flags {
        CONFIG_EXTERNAL_LNA_BG,
        CONFIG_DOUBLE_ANTENNA,
        CONFIG_DISABLE_LINK_TUNING,
+       CONFIG_CRYPTO_COPY_IV,
 };
 
 /*
@@ -803,6 +804,12 @@ struct rt2x00_dev {
        u16 tx_power;
 
        /*
+        * Current retry values.
+        */
+       u8 short_retry;
+       u8 long_retry;
+
+       /*
         * Rssi <-> Dbm offset
         */
        u8 rssi_offset;