ath9k: Fix IRQ nobody cared issue with ath9k
[pandora-kernel.git] / drivers / net / bnx2.h
index c3c579f..dfacd31 100644 (file)
@@ -6597,7 +6597,7 @@ struct flash_spec {
 
 struct bnx2_irq {
        irq_handler_t   handler;
-       u16             vector;
+       unsigned int    vector;
        u8              requested;
        char            name[16];
 };