]> err.no Git - linux-2.6/blobdiff - drivers/net/r8169.c
Merge HEAD from ../linux-2.6
[linux-2.6] / drivers / net / r8169.c
index 8cc0d0bbdf50f10143b6b64cac0afc54aaae944a..0ad3310290f1e0d8b012a607894eab6668302757 100644 (file)
@@ -113,11 +113,11 @@ static int media[MAX_UNITS] = { -1, -1, -1, -1, -1, -1, -1, -1 };
 static int num_media = 0;
 
 /* Maximum events (Rx packets, etc.) to handle at each interrupt. */
-static int max_interrupt_work = 20;
+static const int max_interrupt_work = 20;
 
 /* Maximum number of multicast addresses to filter (vs. Rx-all-multicast).
    The RTL chips use a 64 element hash table based on the Ethernet CRC. */
-static int multicast_filter_limit = 32;
+static const int multicast_filter_limit = 32;
 
 /* MAC address length */
 #define MAC_ADDR_LEN   6