]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/bnx2.h
cfg80211: show interface type
[mv-sheeva.git] / drivers / net / bnx2.h
index c3c579f98ed07d64e877c794502310036af0d3c3..682b8f07752941eee1bef2f8be92f8533b9047fd 100644 (file)
@@ -6654,6 +6654,8 @@ struct bnx2_napi {
        struct bnx2_tx_ring_info        tx_ring;
 };
 
+#define BNX2_TIMER_INTERVAL                    HZ
+
 struct bnx2 {
        /* Fields used in the tx and intr/napi performance paths are grouped */
        /* together in the beginning of the structure. */
@@ -6701,9 +6703,6 @@ struct bnx2 {
 
        /* End of fields used in the performance code paths. */
 
-       char                    *name;
-
-       int                     timer_interval;
        int                     current_interval;
        struct                  timer_list timer;
        struct work_struct      reset_task;