wl1271: Allocate TX descriptors more efficiently
[pandora-kernel.git] / drivers / net / wireless / wl12xx / wl1271.h
index 4a034a3..718e96d 100644 (file)
@@ -398,6 +398,7 @@ struct wl1271 {
        struct work_struct tx_work;
 
        /* Pending TX frames */
+       unsigned long tx_frames_map[BITS_TO_LONGS(ACX_TX_DESCRIPTORS)];
        struct sk_buff *tx_frames[ACX_TX_DESCRIPTORS];
        int tx_frames_cnt;