Changeset 19353


Ignore:
Timestamp:
06/10/12 13:27:53 (12 months ago)
Author:
BrainSlayer
Message:

0xff is invalid, must be decimal

File:
1 edited

Legend:

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

    r19255 r19353  
    656656        {"wl0_nbw", "20", 0},   /* N-BW */ 
    657657        {"wl1_nbw", "20", 0},   /* N-BW */ 
    658         {"wl0_bw_cap", "0xff", 0},      /* N-BW */ 
    659         {"wl1_bw_cap", "0xff", 0},      /* N-BW */ 
     658        {"wl0_bw_cap", "255", 0},       /* N-BW */ 
     659        {"wl1_bw_cap", "255", 0},       /* N-BW */ 
    660660        {"wl0_nctrlsb", "lower", 0},    /* N-CTRL SB */ 
    661661        {"wl1_nctrlsb", "lower", 0},    /* N-CTRL SB */ 
Note: See TracChangeset for help on using the changeset viewer.