Changeset 200

Show
Ignore:
Timestamp:
07/24/03 22:56:30 (5 years ago)
Author:
greg
Message:

complementary change with queue.h: LIST_HEAD renamed ATH_LIST_HEAD.

g

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cvs-import/trunk/wlan/if_ieee80211.h

    r144 r200  
    598598        rwlock_t                ic_nodelock;    /* on node table */ 
    599599        TAILQ_HEAD(, ieee80211_node) ic_node;   /* information of all nodes */ 
    600         LIST_HEAD(, ieee80211_node) ic_hash[IEEE80211_NODE_HASHSIZE]; 
     600        ATH_LIST_HEAD(, ieee80211_node) ic_hash[IEEE80211_NODE_HASHSIZE]; 
    601601        u_int16_t               ic_lintval;     /* listen interval */ 
    602602        u_int16_t               ic_holdover;    /* PM hold over duration */ 
  • cvs-import/trunk/wlan/if_media.h

    r110 r200  
    9393        int     ifm_media;      /* current user-set media word */ 
    9494        struct ifmedia_entry *ifm_cur;  /* currently selected media */ 
    95         LIST_HEAD(, ifmedia_entry) ifm_list; /* list of all supported media */ 
     95        ATH_LIST_HEAD(, ifmedia_entry) ifm_list; /* list of all supported media */ 
    9696        ifm_change_cb_t ifm_change;     /* media change driver callback */ 
    9797        ifm_stat_cb_t   ifm_status;     /* media status driver callback */