rt2x00: Initialize txop during conf_tx() callback
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt2x00queue.h
index 37f3f98d58a2e8e7950cd22336663eb84941a7fe..654fa0c624d3abbb1d2f6692a721e78a315ddd09 100644 (file)
@@ -368,6 +368,7 @@ enum queue_index {
  * @length: Number of frames in queue.
  * @index: Index pointers to entry positions in the queue,
  *     use &enum queue_index to get a specific index field.
+ * @txop: maximum burst time.
  * @aifs: The aifs value for outgoing frames (field ignored in RX queue).
  * @cw_min: The cw min value for outgoing frames (field ignored in RX queue).
  * @cw_max: The cw max value for outgoing frames (field ignored in RX queue).
@@ -387,6 +388,7 @@ struct data_queue {
        unsigned short length;
        unsigned short index[Q_INDEX_MAX];
 
+       unsigned short txop;
        unsigned short aifs;
        unsigned short cw_min;
        unsigned short cw_max;
This page took 0.02576 seconds and 5 git commands to generate.