nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE

To NL80211_MESH_SETUP_IE. This reflects our ability to insert any ie
into a mesh beacon, not simply path selection ies.

Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Javier Cardona
2011-04-07 15:08:27 -07:00
committed by John W. Linville
parent a22e93f5d8
commit 581a8b0fee
9 changed files with 31 additions and 30 deletions

View File

@@ -488,8 +488,8 @@ struct ieee80211_if_mesh {
struct mesh_config mshcfg;
u32 mesh_seqnum;
bool accepting_plinks;
const u8 *vendor_ie;
u8 vendor_ie_len;
const u8 *ie;
u8 ie_len;
};
#ifdef CONFIG_MAC80211_MESH