]> err.no Git - linux-2.6/blobdiff - net/bridge/netfilter/ebt_mark_m.c
mac80211: automatic IBSS channel selection
[linux-2.6] / net / bridge / netfilter / ebt_mark_m.c
index 914c2443e1cd8f5722f53c5615bf7f964ad34818..9b0a4543861fc02b148fb95c071db1d9228f8d6d 100644 (file)
@@ -39,8 +39,7 @@ static int ebt_mark_check(const char *tablename, unsigned int hookmask,
        return 0;
 }
 
-static struct ebt_match filter_mark =
-{
+static struct ebt_match filter_mark __read_mostly = {
        .name           = EBT_MARK_MATCH,
        .match          = ebt_filter_mark,
        .check          = ebt_mark_check,