Changeset 1435

Show
Ignore:
Timestamp:
02/03/06 12:51:00 (3 years ago)
Author:
mrenzmann
Message:

Allow changing MAC address. Note that this can be done for the master
device only, VAP MAC addresses can't be changed for now. Setting
another MAC address has to be done BEFORE creating any VAPs for the
corresponding master device.

This commit closes #323.

Signed-off-by: Jiri Fojtasek <jiri.fojtasek@hlohovec.net>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ath/if_ath_pci.c

    r1426 r1435  
    186186        dev->mem_start = mem; 
    187187        dev->mem_end = mem + pci_resource_len(pdev, 0); 
    188         dev->type = ARPHRD_IEEE80211; 
    189188 
    190189        SET_MODULE_OWNER(dev);