Changeset 6

Show
Ignore:
Timestamp:
03/15/03 19:30:19 (6 years ago)
Author:
sam
Message:

Replicated Change 24 by sam@borg_greg on 2003/02/20 17:23:00<<<

export ether_sprintf for drivers to use

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cvs-import/trunk/wlan/if_ieee80211subr.c

    r4 r6  
    140140 * Format an Ethernet MAC for printing. 
    141141 */ 
    142 static const char* 
     142const char* 
    143143ether_sprintf(const u_int8_t *mac) 
    144144{ 
     
    32943294#endif 
    32953295 
     3296EXPORT_SYMBOL(ether_sprintf);           /* XXX */ 
     3297 
    32963298EXPORT_SYMBOL(ieee80211_ifattach); 
    32973299EXPORT_SYMBOL(ieee80211_ifdetach);