wireless: move mesh config length constant
This is a constant from the 802.11 specification. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Cc: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
97c8b013da
commit
1239cd58d2
@@ -238,7 +238,7 @@ void mesh_mgmt_ies_add(struct sk_buff *skb, struct ieee80211_sub_if_data *sdata)
|
||||
|
||||
pos = skb_put(skb, 21);
|
||||
*pos++ = WLAN_EID_MESH_CONFIG;
|
||||
*pos++ = MESH_CFG_LEN;
|
||||
*pos++ = IEEE80211_MESH_CONFIG_LEN;
|
||||
/* Version */
|
||||
*pos++ = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user