Changeset 12143


Ignore:
Timestamp:
05/18/09 15:43:55 (4 years ago)
Author:
eko
Message:

some more dual radio stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/defaults.c

    r12128 r12143  
    518518#else 
    519519    {"web_wl_filter", "0", 0},  /* Allow/Deny Wireless Access Web */ 
     520    {"web_wl1_filter", "0", 0}, 
    520521#endif 
    521522    /* 
     
    576577    {"wl_radioids", "", 0},     /* List of radio IDs */ 
    577578    {"wl_shortslot", "auto", 0}, 
     579    {"wl1_shortslot", "auto", 0}, 
    578580#ifdef HAVE_WTS 
    579581    {"wl_ssid", "www.wts.com.ve", 0},   /* Service set ID (network name) */ 
     
    714716#else 
    715717    {"wl_ap_isolate", "0", 0},  /* AP isolate mode */ 
     718    {"wl1_ap_isolate", "0", 0}, 
    716719#endif 
    717720#ifdef HAVE_POWERNOC_WORT54G 
     
    797800    {"wl0_auth", "0", 0},       /* Shared key authentication optional (0) or 
    798801                                 * required (1) */ 
     802    {"wl1_auth", "0", 0}, 
    799803    {"wl0_key", "1", 0},        /* Current WEP key */ 
    800804    {"wl0_key1", "", 0},        /* 5/13 char ASCII or 10/26 char hex */ 
     
    847851                                         * time */ 
    848852    {"wl_rate", "0", 0},        /* Rate (bps, 0 for auto) */ 
     853    {"wl1_rate", "0", 0},       /* Rate (bps, 0 for auto) */ 
    849854    {"wl_mrate", "0", 0},       /* Mcast Rate (bps, 0 for auto) */ 
    850855    {"wl_rateset", "default", 0},       /* "default" or "all" or "12" */ 
     856    {"wl1_rateset", "default", 0},      /* "default" or "all" or "12" */ 
    851857    {"wl_frag", "2346", 0},     /* Fragmentation threshold */ 
     858    {"wl1_frag", "2346", 0}, 
    852859#ifdef HAVE_POWERNOC_WORT54G 
    853860    {"wl_rts", "65", 0},        /* RTS threshold */ 
    854861#else 
    855862    {"wl_rts", "2347", 0},      /* RTS threshold */ 
     863    {"wl1_rts", "2347", 0}, 
    856864#endif 
    857865    {"wl_dtim", "1", 0},        /* DTIM period (3.11.5) *//* It is best value for WiFi test */ 
     866    {"wl1_dtim", "1", 0}, 
    858867    {"wl_bcn", "100", 0},       /* Beacon interval */ 
     868    {"wl1_bcn", "100", 0}, 
    859869    {"wl_plcphdr", "long", 0},  /* 802.11b PLCP preamble type */ 
    860  
     870    {"wl1_plcphdr", "long", 0}, 
     871     
    861872#ifdef HAVE_GGEW 
    862873    {"wl_net_mode", "b-only", 0},       /* Wireless mode 
     
    899910    {"wl_gmode_protection", "auto", 0}, /* 802.11g RTS/CTS protection 
    900911                                         * (off|auto) */ 
     912    {"wl1_gmode_protection", "auto", 0}, 
    901913    {"wl_nmode_protection", "auto", 0}, /* 802.11g RTS/CTS protection 
    902914                                         * (off|auto) */ 
     
    907919#else 
    908920    {"wl_frameburst", "off", 0},        /* BRCM Frambursting mode (off|on) */ 
     921    {"wl1_frameburst", "off", 0}, 
    909922#endif 
    910923 
     
    10581071#else 
    10591072    {"wl_afterburner", "off", 0},       /* Afterburner/Speedbooster */ 
     1073    {"wl1_afterburner", "off", 0}, 
    10601074#endif 
    10611075    {"wl_unit", "0", 0},        /* Last configured interface */ 
Note: See TracChangeset for help on using the changeset viewer.