summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/libertas/dev.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-09-07 17:18:55 +0200
committerKalle Valo <kvalo@codeaurora.org>2019-09-13 17:23:47 +0300
commit2199c981767085d12529edc6bf15b046357ec7aa (patch)
treea7c8915820efcbbe6ffdabd3f6cc79526abf41ea /drivers/net/wireless/marvell/libertas/dev.h
parentd3bb26868105397bb23eccabe2eaae6662606629 (diff)
libertas: use mesh_wdev->ssid instead of priv->mesh_ssid
With the commit e86dc1ca4676 ("Libertas: cfg80211 support") we've lost the ability to actually set the Mesh SSID from userspace. NL80211_CMD_SET_INTERFACE with NL80211_ATTR_MESH_ID sets the mesh point interface's ssid field. Let's use that one for the Libertas Mesh operation Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/marvell/libertas/dev.h')
-rw-r--r--drivers/net/wireless/marvell/libertas/dev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/marvell/libertas/dev.h b/drivers/net/wireless/marvell/libertas/dev.h
index 469134930026..4b6e05a8e5d5 100644
--- a/drivers/net/wireless/marvell/libertas/dev.h
+++ b/drivers/net/wireless/marvell/libertas/dev.h
@@ -58,8 +58,6 @@ struct lbs_private {
#ifdef CONFIG_LIBERTAS_MESH
struct lbs_mesh_stats mstats;
uint16_t mesh_tlv;
- u8 mesh_ssid[IEEE80211_MAX_SSID_LEN + 1];
- u8 mesh_ssid_len;
u8 mesh_channel;
#endif