Browse Source

no changes

tags/v0.9.3
Udayan Kumar 18 years ago
parent
commit
f213f6a1a3
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/drivers/net/natsemi.c

+ 0
- 1
src/drivers/net/natsemi.c View File

642
 	nat_reset ( nat );
642
 	nat_reset ( nat );
643
 	nat_init_eeprom ( nat );
643
 	nat_init_eeprom ( nat );
644
 	nvs_read ( &nat->eeprom.nvs, EE_MAC, ll_addr_encoded, ETH_ALEN );
644
 	nvs_read ( &nat->eeprom.nvs, EE_MAC, ll_addr_encoded, ETH_ALEN );
645
-	
646
 	/* decoding the MAC address read from NVS 
645
 	/* decoding the MAC address read from NVS 
647
 	 * and save it in netdev->ll_addr
646
 	 * and save it in netdev->ll_addr
648
          */
647
          */

Loading…
Cancel
Save