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

/net/mac80211/
H A Dmesh.c252 u8 *pos, neighbors; local
275 /* Mesh Formation Info - number of neighbors */
276 neighbors = atomic_read(&ifmsh->estab_plinks);
277 neighbors = min_t(int, neighbors, IEEE80211_MAX_MESH_PEERINGS);
278 *pos++ = neighbors << 1;

Completed in 80 milliseconds