diff options
Diffstat (limited to 'net/mac80211/mesh.h')
| -rw-r--r-- | net/mac80211/mesh.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index faaa39bcfd1..e4d911ffd5d 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -215,6 +215,9 @@ struct mesh_rmc {  /* Maximum number of paths per interface */  #define MESH_MAX_MPATHS		1024 +/* Number of frames buffered per destination for unresolved destinations */ +#define MESH_FRAME_QUEUE_LEN	10 +  /* Public interfaces */  /* Various */  int ieee80211_fill_mesh_addresses(struct ieee80211_hdr *hdr, __le16 *fc,  |