Home
last modified time | relevance | path

Searched refs:IEEE80211_NODE_HASH (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/wlan/src/
Dwlan_node.c120 hash = IEEE80211_NODE_HASH (macaddr); in wlan_setup_node()
170 hash = IEEE80211_NODE_HASH(macaddr); in _ieee80211_find_node()
225 hash = IEEE80211_NODE_HASH(ni->ni_macaddr); in wlan_node_reclaim()
515 hash = IEEE80211_NODE_HASH(ni->ni_macaddr); in wlan_node_remove_core()
/linux-2.6.39/drivers/staging/ath6kl/wlan/include/
Dieee80211_node.h57 #define IEEE80211_NODE_HASH(addr) \ macro