Searched refs:nt_node_last (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.h67 struct bss *nt_node_last; /* information of all nodes */ 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.c111 ni->ni_list_prev = nt->nt_node_last;
112 if(nt->nt_node_last != NULL)
114 nt->nt_node_last->ni_list_next = ni;
116 nt->nt_node_last = ni;
191 nt->nt_node_last = ni->ni_list_prev;
269 nt->nt_node_first = nt->nt_node_last = NULL;

Completed in 23 milliseconds