Changeset 8993


Ignore:
Timestamp:
02/10/08 23:57:20 (5 years ago)
Author:
BrainSlayer
Message:

another fix if il0macaddr is defined

Location:
src/router/wlconf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/wlconf/wlconf.c

    r8977 r8993  
    764764        } 
    765765cprintf("set local addr %s\n",name); 
     766        if (nvram_get("il0macaddr")!=NULL) 
     767            { 
     768            ether_atoe(nvram_safe_get("il0macaddr"),vif_addr); 
     769            } 
    766770        if (!ure_enab) { 
    767771                /* set local bit for our MBSS vif base */ 
Note: See TracChangeset for help on using the changeset viewer.