rt2x00: Initialize txop during conf_tx() callback
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt2x00queue.c
index 2822684c505e9f2f6715a766e32235960e030173..a5e965068c83cda2a777cfac76e1f8466eb7fdf9 100644 (file)
@@ -736,6 +736,7 @@ static void rt2x00queue_init(struct rt2x00_dev *rt2x00dev,
 
        queue->rt2x00dev = rt2x00dev;
        queue->qid = qid;
+       queue->txop = 0;
        queue->aifs = 2;
        queue->cw_min = 5;
        queue->cw_max = 10;
This page took 0.029996 seconds and 5 git commands to generate.