Changeset 12476


Ignore:
Timestamp:
07/10/09 10:03:29 (4 years ago)
Author:
eko
Message:

dual radio wiviz fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/wiviz2/channelhopper.c

    r12474 r12476  
    144144    char tmp[32]; 
    145145    sprintf( tmp, "%s_ifname", nvram_safe_get( "wifi_display" ) ); 
    146     wl_dev = nvram_safe_get( tmp ); 
     146    char *wl_dev = nvram_safe_get( tmp ); 
    147147    if (wl_ioctl(wl_dev, WLC_SET_CHANNEL, &nc, 4)<0) 
    148148        continue; 
Note: See TracChangeset for help on using the changeset viewer.