b43: support new TX header, noticed to be used by 598.314+ fw
[pandora-kernel.git] / drivers / net / wireless / b43 / b43.h
index 39baaaf..f4e9d8b 100644 (file)
@@ -695,6 +695,7 @@ struct b43_firmware_file {
 };
 
 enum b43_firmware_hdr_format {
+       B43_FW_HDR_598,
        B43_FW_HDR_410,
        B43_FW_HDR_351,
 };
@@ -883,7 +884,7 @@ struct b43_wl {
        struct b43_leds leds;
 
        /* Kmalloc'ed scratch space for PIO TX/RX. Protected by wl->mutex. */
-       u8 pio_scratchspace[110] __attribute__((__aligned__(8)));
+       u8 pio_scratchspace[118] __attribute__((__aligned__(8)));
        u8 pio_tailspace[4] __attribute__((__aligned__(8)));
 };