Searched refs:nt_hash (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Dieee80211_node.h68 struct bss *nt_hash[IEEE80211_NODE_HASHSIZE]; member in struct:ieee80211_node_table
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wlan/
H A Dwlan_node.c123 if((ni->ni_hash_next = nt->nt_hash[hash]) != NULL)
125 nt->nt_hash[hash]->ni_hash_prev = ni;
128 nt->nt_hash[hash] = ni;
148 for(ni = nt->nt_hash[hash]; ni; ni = ni->ni_hash_next) {
203 nt->nt_hash[hash] = ni->ni_hash_next;
272 nt->nt_hash[i] = NULL;

Completed in 28 milliseconds