Changeset 200
- Timestamp:
- 07/24/03 22:56:30 (5 years ago)
- Files:
-
- cvs-import/trunk/wlan/if_ieee80211.h (modified) (1 diff)
- cvs-import/trunk/wlan/if_media.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cvs-import/trunk/wlan/if_ieee80211.h
r144 r200 598 598 rwlock_t ic_nodelock; /* on node table */ 599 599 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]; 601 601 u_int16_t ic_lintval; /* listen interval */ 602 602 u_int16_t ic_holdover; /* PM hold over duration */ cvs-import/trunk/wlan/if_media.h
r110 r200 93 93 int ifm_media; /* current user-set media word */ 94 94 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 */ 96 96 ifm_change_cb_t ifm_change; /* media change driver callback */ 97 97 ifm_stat_cb_t ifm_status; /* media status driver callback */
